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

Comparing trunk/SHAPES/RigidBody.hpp (file contents):
Revision 1276 by chrisfen, Thu Jun 17 21:27:38 2004 UTC vs.
Revision 1286 by chrisfen, Tue Jun 22 20:38:04 2004 UTC

# Line 65 | Line 65 | class RigidBody { (public)
65  
66    void getAtomPos(double theP[3], int index);
67    void getAtomRefCoor(double pos[3], int index);
68 +  double getAtomRpar(int index);
69 +  double getAtomEps(int index);
70 +  char *getAtomType(int index);
71 +  
72   protected:
73  
74    double mass;     // the total mass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines