| # | 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() { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |