aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index f0174cf..6519e76 100644
--- a/README
+++ b/README
@@ -32,12 +32,10 @@ must be copied to where the linker and C compiler, respectively, will find them
Usage
=====
-The public C API is described in the teukolsky_data.h header.
+The public C API is described in the header files.
-A simplistic Python wrapper using ctypes is also provided. It contains a single
-public class that takes the C context options as keyword arguments and solves
-the equation on initialization. The instance methods then allow to evaluate the
-solution where needed.
+A simplistic Python wrapper using ctypes is also provided. It largely mirrors
+the C API.
Licence
=======