| 69 |  | public: | 
| 70 |  |  | 
| 71 |  | Snapshot(int nAtoms, int nRigidbodies) : atomData(nAtoms), rigidbodyData(nRigidbodies), | 
| 72 | < | currentTime_(0), orthoRhombic_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0) { | 
| 72 | > | currentTime_(0), orthoRhombic_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0), id_(-1) { | 
| 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) { | 
| 78 | > | currentTime_(0), orthoRhombic_(0), chi_(0.0), integralOfChiDt_(0.0), eta_(0.0), id_(-1) { | 
| 79 |  |  | 
| 80 |  | } | 
| 81 |  |  |