Hi,
I second the notion that the use of ifdef statements should be
minimized. I think in many cases ifdefs could be replaced with normal
if-then statements and/or separate function calls without too much
performance loss. The gain in readability is probably worth it,
although it will be a ton of work (over 1000 ifdefs in sander alone).
Also, I think that once all of the 10_12 code is sorted out and
working properly, a test case should be added that could catch this
issue.
-Dan
--
-------------------------
Daniel R. Roe, PhD
Postdoctoral Associate
BioMaPS Institute, Rutgers University
610 Taylor Road
Piscataway, NJ 08854
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Oct 26 2011 - 12:00:03 PDT