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

Comparing branches/development/src/brains/Snapshot.hpp (file contents):
Revision 1541 by gezelter, Fri Feb 4 20:04:56 2011 UTC vs.
Revision 1544 by gezelter, Fri Mar 18 19:31:52 2011 UTC

# Line 118 | Line 118 | namespace OpenMD{
118        return rigidbodyData.getSize();
119      }
120  
121 +    /** Returns the number of rigid bodies */
122 +    int getNumberOfCutoffGroups() {
123 +      return cgData.getSize();
124 +    }
125 +
126      /** Returns the H-Matrix */
127      Mat3x3d getHmat() {
128        return hmat_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines