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

Comparing trunk/src/brains/SimInfo.hpp (file contents):
Revision 1291 by gezelter, Wed Sep 10 18:11:32 2008 UTC vs.
Revision 1292 by chuckv, Fri Sep 12 20:51:22 2008 UTC

# Line 64 | Line 64
64   #include "utils/LocalIndexManager.hpp"
65  
66   //another nonsense macro declaration
67 < #define __C
67 > #define __OOPSE_C
68   #include "brains/fSimulation.h"
69  
70   namespace oopse{
# Line 312 | Line 312 | namespace oopse{
312        i = molecules_.find(index);
313  
314        return i != molecules_.end() ? i->second : NULL;
315 +    }
316 +
317 +    int getGlobalMolMembership(int id){
318 +      return globalMolMembership_[id];
319      }
320  
321      RealType getRcut() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines