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

Comparing trunk/OOPSE-4/src/primitives/Molecule.hpp (file contents):
Revision 1943 by tim, Fri Jan 14 01:56:04 2005 UTC vs.
Revision 1973 by tim, Fri Feb 4 22:41:23 2005 UTC

# Line 292 | Line 292 | class Molecule {
292          /** Returns the velocity of center of mass of this molecule */
293          Vector3d getComVel();
294  
295 +        std::string getMoleculeName() {
296 +            return moleculeName_;
297 +        }
298 +        
299          friend std::ostream& operator <<(std::ostream& o, Molecule& mol);
300          
301      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines