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

Comparing trunk/src/brains/Snapshot.cpp (file contents):
Revision 1925 by gezelter, Wed Aug 7 15:24:16 2013 UTC vs.
Revision 1966 by gezelter, Fri Jan 24 14:17:42 2014 UTC

# Line 190 | Line 190 | namespace OpenMD {
190    int Snapshot::getNumberOfCutoffGroups() {
191      return cgData.getSize();
192    }
193 +
194 +    /** Returns the number of bytes in a FrameData structure */
195 +  int Snapshot::getFrameDataSize() {
196 +    return sizeof(FrameData);
197 +  }
198    
199    /** Returns the H-Matrix */
200    Mat3x3d Snapshot::getHmat() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines