Skip to content

Commit a9a7491

Browse files
authored
Update README.md
1 parent 6ea7b68 commit a9a7491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ As in the simple case, three examples are available: `ctypes_funcpdf.py`, `cffi_
9191

9292
+ Compile the source files (files in `src` folder) to object files. The sequence of commands looks like this:
9393
```
94-
gfortran -O3 -march=native -fpic -c grav_kinds.mod.f90 -o grav_kinds.o
94+
gfortran -O3 -march=native -fpic -c grav_kinds.f90 -o grav_kinds.o
9595
gfortran -O3 -march=native -fpic -c gr3dmod.f90 -o gr3dmod.o
9696
```
9797
+ Define function to be imported from C and the wrapper for calling it from Python (`c_funcpdf.pyx`)

0 commit comments

Comments
 (0)