ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Molecule.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Molecule.hpp (file contents):
Revision 489 by mmeineke, Thu Apr 10 20:08:56 2003 UTC vs.
Revision 490 by gezelter, Fri Apr 11 15:16:59 2003 UTC

# Line 35 | Line 35 | class Molecule{ (public)
35    void initialize( molInit &theInit );
36  
37    void setMyIndex( int theIndex ){ myIndex = theIndex;}
38 <  void setGlobalIndex( int theIndex ) {globalIndex = theIndex; }
38 >  void setGlobalIndex( int theIndex ) { globalIndex = theIndex; }
39  
40    int getMyIndex( void ) { return myIndex; }
41    int getGlobalIndex( void ) { return globalIndex; }
# Line 69 | Line 69 | class Molecule{ (public)
69    void moveCOM( double delta[3] );
70    double getCOMvel( double COMvel[3] );
71  
72  void atomicRollCall(int* molMembership);
73
72   private:
73  
74    int stampID;   // the ID in the BASS component stamp array

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines