Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 4 months ago) by wdelano | File size: | 256 byte(s) |
Log Message: | branch created |
Line | File contents |
---|---|
1 | EXTERN struct t_rings { |
2 | int nring3, **r13; //[MAXATOM][3]; |
3 | int nring4, **r14; //[MAXATOM][4]; |
4 | int nring5, **r15; //[MAXATOM][5]; |
5 | int nring6, **r16; //[MAXATOM/2][6]; |
6 | } rings; |