We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfc4b2 commit 95eb47aCopy full SHA for 95eb47a
interface/c/README.md
@@ -6,6 +6,6 @@ The files `evolve.h` and `evolve.c` contain a pure C implementation of the
6
single time step in heat equation. The C implemention can be built into a
7
shared library with the provided [Makefile](Makefile) by executing `make`
8
command. Use **cffi** for utilizing the library function instead of the Python
9
-function in [heat_simple.py](heat_simple.py). Compare the performance to
10
-Cython implementation
+function in [heat.py](heat.py). Compare the performance to
+Cython implementation.
11
0 commit comments