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

Comparing trunk/src/brains/BlockSnapshotManager.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 1106 by gezelter, Fri Dec 29 21:57:10 2006 UTC

# Line 72 | Line 72 | namespace oopse {
72      }
73          
74      int getNActiveBlocks();
75        
75  
76 +    void needCOMprops(bool ncp);
77 +
78 +
79      bool isBlockActive(int block) {
80        return  findActiveBlock(block) != activeBlocks_.end() ? true : false;
81      }        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines