ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Molecule.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Molecule.hpp (file contents):
Revision 407 by mmeineke, Wed Mar 26 20:22:02 2003 UTC vs.
Revision 412 by mmeineke, Wed Mar 26 21:50:33 2003 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines