We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea7b68 commit a9a7491Copy full SHA for a9a7491
README.md
@@ -91,7 +91,7 @@ As in the simple case, three examples are available: `ctypes_funcpdf.py`, `cffi_
91
92
+ Compile the source files (files in `src` folder) to object files. The sequence of commands looks like this:
93
```
94
-gfortran -O3 -march=native -fpic -c grav_kinds.mod.f90 -o grav_kinds.o
+gfortran -O3 -march=native -fpic -c grav_kinds.f90 -o grav_kinds.o
95
gfortran -O3 -march=native -fpic -c gr3dmod.f90 -o gr3dmod.o
96
97
+ Define function to be imported from C and the wrapper for calling it from Python (`c_funcpdf.pyx`)
0 commit comments