# | Line 54 | Line 54 | |
---|---|---|
54 | ||
55 | #include "brains/DataStorage.hpp" | |
56 | #include "brains/Stats.hpp" | |
57 | – | #include "UseTheForce/DarkSide/simulation_interface.h" |
57 | ||
59 | – | |
58 | namespace OpenMD{ | |
59 | ||
60 | /** | |
# | Line 118 | Line 116 | namespace OpenMD{ | |
116 | return rigidbodyData.getSize(); | |
117 | } | |
118 | ||
119 | + | /** Returns the number of rigid bodies */ |
120 | + | int getNumberOfCutoffGroups() { |
121 | + | return cgData.getSize(); |
122 | + | } |
123 | + | |
124 | /** Returns the H-Matrix */ | |
125 | Mat3x3d getHmat() { | |
126 | return hmat_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |