| # | Line 14 | Line 14 | typedef struct{ | |
|---|---|---|
| 14 | int nBends; // . . . . .. . .bends . . . . .. . | |
| 15 | int nTorsions; // .. . . .. . . torsions . . .. . . | |
| 16 | int nOriented; // .. . . . .. . oriented atoms . . . | |
| 17 | + | int nExcludes; // . . .. . . . .exclude pairs.. . . . |
| 18 | ||
| 19 | Atom** myAtoms; // the array of atoms | |
| 20 | Exclude** myExcludes;// the array of Excluded pairs | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |