Skip to content

Commit 0e767e0

Browse files
authored
Correct errors in README.md
1 parent 68c2600 commit 0e767e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ The package contents itself are in the `eqtools` directory:
7373
- `FromArrays.py`: Contains classes to construct equilibria from arrays of data.
7474
- `trispline.py`: Contains Python wrappers for the functions defined in `_tricub.pyf`.
7575
- `_tricub.c`: C implementation of tricubic spline interpolation.
76-
- `_tricub.pyf`: F2PY wrapper for `_tricub.c`.
76+
- `_tricub.h`: C header for `_tricub.c` functions.
77+
- `_tricubmodule.c`: Python C-API interface to `_tricub.c`.
7778
- `afilereader.py`: Contains classes to read the data from EFIT "a" files.
7879
- `pfilereader.py`: Contains classes to read EFIT "p" files.
7980
- `eqdskreader.py`: Contains classes to read EFIT eqdsk files.

0 commit comments

Comments
 (0)