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

Comparing branches/new_design/OOPSE-4/src/brains/Snapshot.hpp (file contents):
Revision 1882 by tim, Wed Dec 8 20:37:47 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 53 | Line 53 | namespace oopse{
53          public:
54              
55              Snapshot(int nAtoms, int nRigidbodies) : atomData(nAtoms), rigidbodyData(nRigidbodies),
56 <                currentTime_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0), orthoRhombic_(0) {
56 >                currentTime_(0), orthoRhombic_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0) {
57  
58              }
59  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines