ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/BlockSnapshotManager.cpp
(Generate patch)

Comparing trunk/src/brains/BlockSnapshotManager.cpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1106 by gezelter, Fri Dec 29 21:57:10 2006 UTC

# Line 82 | Line 82 | namespace oopse {
82  
83        snapshots_.insert(snapshots_.begin(), nframes_, static_cast<Snapshot*>(NULL));  
84  
85 <      std::cout << "physmem = " << int(physMem) << "\trssMem =  "<< int(rssMem) << "\t availablePhysMem = " << int(avaliablePhysMem) <<std::endl;
86 <      std::cout << "nSnapshotPerBlock = " << nSnapshotPerBlock_ << "\t total block = " << nblocks << std::endl;
85 >      // std::cout << "physmem = " << int(physMem) << "\trssMem =  "<< int(rssMem) << "\t availablePhysMem = " << int(avaliablePhysMem) <<std::endl;
86 >      // std::cout << "nSnapshotPerBlock = " << nSnapshotPerBlock_ << "\t total block = " << nblocks << std::endl;
87      
88      }
89  
# Line 214 | Line 214 | namespace oopse {
214      return reader_->getNFrames();
215    }
216  
217 +  void BlockSnapshotManager::needCOMprops(bool ncp) {
218 +    reader_->setNeedCOMprops(ncp);
219 +  }
220 +
221   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines