--- trunk/tcProps/params.h 2004/02/16 21:50:34 1055 +++ trunk/tcProps/params.h 2004/02/17 14:30:48 1056 @@ -1,10 +1,19 @@ +#ifndef __PARAMS_H__ +#define __PARAMS_H__ + // system info #define NLIPIDS 60 +#define NL_ATOMS 19 + #define NSSD 1620 +#define NBONDS 18 // correlation info #define NBINS 100 + + +#endif // __PARAMS_H__