aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 21:02:55 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 21:02:55 +0000
commitaf1d2eb604c306aacf42efd029eb077bc36beff7 (patch)
treed4fa1e51260c8e14d54af9842682450d2537cc45
parent930a1c7fd435b3ac9227a1658180d5159cac4be5 (diff)
correctly describe standalone makefile & test driver
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@39 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-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