[gmx-developers] eelRF_NEC

leafyoung81-group at yahoo.com leafyoung81-group at yahoo.com
Fri Feb 25 18:54:33 CET 2005


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.

Yang Ye

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the gromacs.org_gmx-developers mailing list