ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/Snapshot.cpp
(Generate patch)

Comparing branches/development/src/brains/Snapshot.cpp (file contents):
Revision 1858 by gezelter, Wed Apr 3 21:32:13 2013 UTC vs.
Revision 1868 by gezelter, Tue Apr 30 15:56:54 2013 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines