| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #ifndef __PARAMS_H__ |
| 2 | + | #define __PARAMS_H__ |
| 3 | ||
| 4 | + | |
| 5 | // system info | |
| 6 | ||
| 7 | #define NLIPIDS 60 | |
| 8 | + | #define NL_ATOMS 19 |
| 9 | + | |
| 10 | #define NSSD 1620 | |
| 11 | ||
| 12 | + | #define NBONDS 18 |
| 13 | ||
| 14 | // correlation info | |
| 15 | ||
| 16 | #define NBINS 100 | |
| 17 | + | |
| 18 | + | |
| 19 | + | #endif // __PARAMS_H__ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |