# | Line 157 | Line 157 | namespace OpenMD { | |
---|---|---|
157 | hasGyrationalVolume = false; | |
158 | hasHullVolume = false; | |
159 | hasConservedQuantity = false; | |
160 | + | hasBoundingBox = false; |
161 | } | |
162 | ||
163 | /** Returns the id of this Snapshot */ | |
# | Line 265 | Line 266 | namespace OpenMD { | |
266 | void Snapshot::setBoundingBox(const Mat3x3d& m) { | |
267 | frameData.bBox = m; | |
268 | frameData.invBbox = frameData.bBox.inverse(); | |
269 | + | hasBoundingBox = true; |
270 | } | |
271 | ||
272 | /** Returns the inverse Bounding Box */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |