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

Comparing trunk/OOPSE/libmdtools/ExtendedSystem.hpp (file contents):
Revision 457 by gezelter, Fri Apr 4 19:16:11 2003 UTC vs.
Revision 458 by gezelter, Fri Apr 4 19:47:19 2003 UTC

# Line 24 | Line 24 | class ExtendedSystem{ (protected)
24  
25   protected:
26  
27 +  SimInfo* entry_plug;
28 +
29 +  //
30 +  int nAtoms;
31 +  int nMols;
32 +  int nOriented;
33 +  int ndf;
34 +  
35 +  Molecule* molecules;
36 +  Atom** atoms;
37 +
38    // zeta and epsilonDot are propagated
39    double zeta;
40    double epsilonDot;
# Line 36 | Line 47 | class ExtendedSystem{ (protected)
47    double tauRelax;
48  
49   };
50 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines