--- trunk/OOPSE/libmdtools/Molecule.hpp 2003/04/10 20:08:56 489 +++ trunk/OOPSE/libmdtools/Molecule.hpp 2003/04/11 15:16:59 490 @@ -35,7 +35,7 @@ class Molecule{ (public) void initialize( molInit &theInit ); void setMyIndex( int theIndex ){ myIndex = theIndex;} - void setGlobalIndex( int theIndex ) {globalIndex = theIndex; } + void setGlobalIndex( int theIndex ) { globalIndex = theIndex; } int getMyIndex( void ) { return myIndex; } int getGlobalIndex( void ) { return globalIndex; } @@ -69,8 +69,6 @@ class Molecule{ (public) void moveCOM( double delta[3] ); double getCOMvel( double COMvel[3] ); - void atomicRollCall(int* molMembership); - private: int stampID; // the ID in the BASS component stamp array