aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 20:03:50 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 20:03:50 +0000
commitca97106026fc299b5f761077b2efd082cba5724f (patch)
treef7efeb581456d47f3847b103d37d9ebc0f9ff601
parent8bf581ab72264463f2da5136e5385011d431ffe2 (diff)
clarify comment wording
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@36 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--src/molecule_posn.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/molecule_posn.c b/src/molecule_posn.c
index 89debab..f078286 100644
--- a/src/molecule_posn.c
+++ b/src/molecule_posn.c
@@ -188,9 +188,11 @@ int AEILocalInterp_molecule_posn(fp grid_origin, fp grid_delta,
/*
* ***** IMPORTANT *****
*
- * This code is ++tricky. There's a fairly rigorous test driver for
- * it in the file test_molecule_posn.c in this directory. This is a
- * standalone test driver, which can be compiled via
+ * This code is ++tricky. (More accurately, the basic algorithm is
+ * fairly simple, but there are lots of corner cases.) There's a
+ * fairly rigorous test driver for it in the file test_molecule_posn.c
+ * in this directory. This is a standalone test driver, which can be
+ * compiled via
* gmake -f Makefile.standalone
* in this directory. If you make any changes to this code, please
* verify that all the tests still pass!