ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/types/MoleculeStamp.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/types/MoleculeStamp.hpp (file contents):
Revision 1825 by tim, Thu Dec 2 03:12:25 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 49 | Line 49 | class MoleculeStamp{ (public)
49    bool isBondInSameRigidBody(BondStamp*bond);
50    bool isAtomInRigidBody(int atomIndex);  
51    bool isAtomInRigidBody(int atomIndex, int& whichRigidBody, int& consAtomIndex);  
52 <  vector<pair<int, int> > getJointAtoms(int rb1, int rb2);
52 >   std::vector<pair<int, int> > getJointAtoms(int rb1, int rb2);
53    
54    int haveExtras( void ) { return have_extras; }
55    LinkedAssign* getUnhandled( void ) { return unhandled; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines