ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/Snapshot.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/Snapshot.hpp (file contents):
Revision 1999 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2000 by tim, Fri Feb 11 22:41:02 2005 UTC

# Line 73 | Line 73 | namespace oopse{
73  
74              }
75  
76 +            Snapshot(int nAtoms, int nRigidbodies, int storageLayout)
77 +                : atomData(nAtoms, storageLayout), rigidbodyData(nRigidbodies, storageLayout),
78 +                currentTime_(0), orthoRhombic_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0) {
79 +
80 +            }
81              
82              /** Returns the id of this Snapshot */
83              int getID() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines