Revision: | 27 |
Committed: | Tue Jul 8 19:10:25 2008 UTC (12 years, 6 months ago) by tjod | File size: | 226 byte(s) |
Log Message: | move mengine src to reflect new freemol directory structure |
Line | File contents |
---|---|
1 | #define MAXCELL 1500 |
2 | |
3 | EXTERN struct t_solv { |
4 | int nmols; |
5 | int nxcell, nycell, nzcell; |
6 | int ncell, icell[MAXCELL][3]; |
7 | double density, boxx,boxy,boxz; |
8 | double xcell,ycell,zcell,xcell2,ycell2,zcell2; |
9 | } solv; |