| 54 | 
  | 
 | 
| 55 | 
  | 
      nAtoms_ = info->getNGlobalAtoms(); | 
| 56 | 
  | 
      nRigidBodies_ = info->getNGlobalRigidBodies(); | 
| 57 | 
+ | 
      nCutoffGroups_ = info->getNCutoffGroups(); | 
| 58 | 
  | 
 | 
| 59 | 
  | 
      RealType physMem = physmem_total(); | 
| 60 | 
  | 
      RealType rssMem = residentMem(); | 
| 219 | 
  | 
  } | 
| 220 | 
  | 
 | 
| 221 | 
  | 
  Snapshot* BlockSnapshotManager::loadFrame(int frame){ | 
| 222 | 
< | 
    Snapshot* snapshot = new Snapshot(nAtoms_, nRigidBodies_, getStorageLayout()); | 
| 222 | 
> | 
    Snapshot* snapshot = new Snapshot(nAtoms_, nRigidBodies_, nCutoffGroups_, getStorageLayout()); | 
| 223 | 
  | 
    snapshot->setID(frame); | 
| 224 | 
  | 
     | 
| 225 | 
  | 
    /** @todo fixed me */ |