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

Comparing trunk/OOPSE/libmdtools/RigidBody.hpp (file contents):
Revision 1254 by tim, Wed Jun 9 16:16:33 2004 UTC vs.
Revision 1284 by tim, Mon Jun 21 18:52:21 2004 UTC

# Line 99 | Line 99 | class RigidBody : public StuntDouble { (public)
99    int getNumAtoms() {return myAtoms.size();}
100  
101    void getAtomPos(double theP[3], int index);
102 +  void getAtomVel(double theV[3], int index);
103    void getAtomRefCoor(double pos[3], int index);
104   protected:
105  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines