| # | Line 15 | Line 15 | typedef struct{ | |
|---|---|---|
| 15 | int nOriented; // .. . . . .. . oreineted atoms . . . | |
| 16 | ||
| 17 | ||
| 18 | < | Atom** myAtoms; // the array of atoms |
| 18 | > | Atom** myAtoms; // the array of atoms |
| 19 | > | Exclude** myExcludes;// the array of Excluded pairs |
| 20 | Bond** myBonds; // arrays of all the short range interactions | |
| 21 | Bend** myBends; | |
| 22 | Torsion** myTorsions; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |