ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/Atom.hpp
(Generate patch)

Comparing trunk/src/primitives/Atom.hpp (file contents):
Revision 1305 by gezelter, Wed Jan 23 16:38:22 2008 UTC vs.
Revision 1306 by chuckv, Thu Oct 16 18:25:36 2008 UTC

# Line 114 | Line 114 | namespace oopse{
114        return atomType_->isShape();
115      }            
116      
117 +    bool isMetal() {
118 +      return atomType_->isMetal();
119 +    }
120 +
121      int getIdent() {
122        return atomType_->getIdent();
123      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines