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

Comparing branches/new_design/OOPSE-2.0/src/primitives/Molecule.hpp (file contents):
Revision 1842 by tim, Wed Nov 24 20:55:03 2004 UTC vs.
Revision 1843 by tim, Fri Dec 3 21:30:30 2004 UTC

# Line 236 | Line 236 | class Molecule {
236          /** return the total potential energy of short range interaction of this molecule */
237          double getPotential();
238  
239 +        /** get total mass of this molecule */        
240 +        double getMass();
241  
242          /** return the center of mass of this molecule */
243          Vector3d getCom();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines