aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!