Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 3 months ago) by wdelano | File size: | 226 byte(s) |
Log Message: | branch created |
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; |