aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-02-25 11:06:04 +0100
committerAnton Khirnov <anton@khirnov.net>2022-02-25 11:06:04 +0100
commit71c57b6bb58ac03699e0c9723c9a5765e2526690 (patch)
tree2fb98eb4ba3838a4406e3717e121b2d63ae8ad8f
parentba1b4c13f10c925c30fb78f60b313d1104763b27 (diff)
README: fix description taken verbatim from libteukolskydatadeploy
-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
=======