--- trunk/tcProps/params.h 2004/02/11 21:55:56 1049 +++ trunk/tcProps/params.h 2004/02/26 18:46:17 1070 @@ -1,10 +1,19 @@ +#ifndef __PARAMS_H__ +#define __PARAMS_H__ + // system info -#define NLIPIDS 60 -#define NSSD 1620 +#define NLIPIDS 72 +#define NL_ATOMS 19 +#define NSSD 1800 +#define NBONDS 18 + // correlation info #define NBINS 100 + + +#endif // __PARAMS_H__