# | 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_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |