On Wed, Oct 26, 2011 at 3:00 PM, Daniel Roe <daniel.r.roe.gmail.com> wrote:
> Sorry, I meant actual instances of ifdefs, not unique ifdefs (grep
> ifdef *.f | wc -l).
>
Ah, this undershoots! What about the ifndefs and the if defined(blah)? :)
(But not by much)
$ grep -e "ifdef" -e "ifndef" -e "^# *if" *.f | wc -l
1624
$ grep ifdef *.f | wc -l
1368
There are a number of infrequently-used portions of the code which are
ifdeffed away into the land of eventually-brokened-things, like APBS linking
to sander. I agree it would be nice to get rid of as many as possible as
well.
All the best,
Jason
--
Jason M. Swails
Quantum Theory Project,
University of Florida
Ph.D. Candidate
352-392-4032
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Oct 26 2011 - 12:30:03 PDT