[gmx-developers] eelRF_NEC
hessb at mpip-mainz.mpg.de
hessb at mpip-mainz.mpg.de
Fri Feb 25 20:45:55 CET 2005
Quoting leafyoung81-group at yahoo.com:
> Hi, Eric
>
> A recent cvs checkout gromacs stops compiling at
> src/mdlib/tables.c at undefined variable eelRF_NEC.
>
> Thus I added definiton to include/types/enums.h
> line 63-67
> enum {
> eelCUT, eelRF, eelGRF, eelPME, eelEWALD,
> eelPPPM,
> eelPOISSON, eelSWITCH, eelSHIFT, eelUSER, eelGB,
> eelRF_OLD, eelENCADSHIFT,
> eelPMEUSER, eelNR, eelRF_NEC
> };
>
> and
> line 74
> #define EEL_RF(e) ((e == eelRF) || (e == eelGRF) || (e
> == eelRF_OLD) || (e == eelRF_NEC))
>
> Then it compiles. hope the modification correct.
No, it is not correct.
I have renamed eelRF_OLD to eelRF_NEC and I have accidentally committed
one file of many. I will commit the rest soon.
But your modification should work anyhow.
Berk.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the gromacs.org_gmx-developers
mailing list