Skip to content

Commit 95eb47a

Browse files
committed
Restructuring heat solver
1 parent 1dfc4b2 commit 95eb47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/c/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ The files `evolve.h` and `evolve.c` contain a pure C implementation of the
66
single time step in heat equation. The C implemention can be built into a
77
shared library with the provided [Makefile](Makefile) by executing `make`
88
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
9+
function in [heat.py](heat.py). Compare the performance to
10+
Cython implementation.
1111

0 commit comments

Comments
 (0)