From ca97106026fc299b5f761077b2efd082cba5724f Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 13 Aug 2006 20:03:50 +0000 Subject: clarify comment wording git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@36 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef --- src/molecule_posn.c | 8 +++++--- 1 file 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! -- cgit v1.2.3