aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/README b/src/README
index 9aaf01c..0e55b10 100644
--- a/src/README
+++ b/src/README
@@ -42,10 +42,12 @@ The source code files are as follows:
computing an interpolant and manipulating/printing it in various
ways
* util.maple contains low-level utility routines
-* makefile is a makefile for...
+* Makefile.standalone is a makefile for...
* test_molecule_posn.c is a standalone test driver for the code
- in molecule_posn.c . By default it runs a large set of (around 100)
- test cases stored in a table in the code.
+ in molecule_posn.c . You build it via
+ gmake -f Makefile.standalone
+ By default it runs a large set of (around 100) test cases stored
+ in a table in the code.
The subdirectories are as follows:
* Lagrange-tensor-product/ contains the code for the Lagrange polynomial