Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 4 months ago) by wdelano | File size: | 429 byte(s) |
Log Message: | branch created |
Line | File contents |
---|---|
1 | EXTERN struct t_nonbond { |
2 | int nonbond, npair, maxnbtype, **iNBtype, **ipif; |
3 | float **vrad, **veps, **vrad14,**veps14; |
4 | } nonbond; |
5 | |
6 | /* EXTERN struct t_nonbond { |
7 | int nonbond, npair, ntype, *iNBtype; |
8 | float *vrad, *veps, *ipif; |
9 | } nonbond; */ |
10 | |
11 | |
12 | /* EXTERN struct t_nonbond { |
13 | int nonbond, iNB[MAXNB][3]; |
14 | float vrad[MAXNB], veps[MAXNB]; |
15 | } nonbond; */ |