Hi,
On Wed, 4 Mar 2009, Eric Absgarten wrote:
> Yes, I checked it in. It doesn't compile by default with the new code.
> If you want to compile ptraj with the new code cd into src/ptraj
Do this:
make AMBERBUILDFLAGS='-DEXPHO -DEXPFRAME'
See page 15 of the amber10 users' manual
instead of this:
> and change the Makefile line from: (Adding the -D flags turns it on)
> .c.o:
> $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $. $<
>
> to
> .c.o:
> $(CC) -DEXPFRAME -DEXPHO -c $(CFLAGS) $(CPPFLAGS) -o $. $<
>
Scott
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Mar 18 2009 - 01:19:27 PDT