--- trunk/OOPSE/libmdtools/Molecule.hpp 2003/03/26 20:22:02 407 +++ trunk/OOPSE/libmdtools/Molecule.hpp 2003/03/26 21:50:33 412 @@ -15,7 +15,8 @@ typedef struct{ int nOriented; // .. . . . .. . oreineted atoms . . . - Atom** myAtoms; // the array of atoms + Atom** myAtoms; // the array of atoms + Exclude** myExcludes;// the array of Excluded pairs Bond** myBonds; // arrays of all the short range interactions Bend** myBends; Torsion** myTorsions;