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

Comparing trunk/src/primitives/StuntDouble.hpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1024 by tim, Wed Aug 30 18:42:29 2006 UTC

# Line 127 | Line 127 | namespace oopse{
127      void setLocalIndex(int index) {
128        localIndex_ = index;
129      }
130 +
131 +  int getGlobalIntegrableObjectIndex(){
132 +        return globalIntegrableObjectIndex_;
133 +  }
134 +  void setGlobalIntegrableObjectIndex(int index) {
135 +     globalIntegrableObjectIndex_ = index;
136 +  }
137  
138      /**
139       * Sets the Snapshot Manager of this stuntdouble
# Line 932 | Line 939 | namespace oopse{
939  
940          
941      int globalIndex_;
942 +    int globalIntegrableObjectIndex_;
943      int localIndex_;
944  
945  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines