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

Comparing branches/new_design/OOPSE-4/src/primitives/Atom.hpp (file contents):
Revision 1822 by tim, Thu Dec 2 02:08:29 2004 UTC vs.
Revision 1823 by tim, Thu Dec 2 02:23:45 2004 UTC

# Line 41 | Line 41 | namespace oopse{
41          public:
42              Atom(AtomType* at);
43  
44 <            virtual void getType() {return atomType_->getName();}
44 >            virtual std::string getType() {return atomType_->getName();}
45          
46              /**
47               * Returns the inertia tensor of this stuntdouble

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines