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

Comparing trunk/OOPSE-3.0/src/types/AtomType.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2220 by chrisfen, Thu May 5 14:47:35 2005 UTC

# Line 154 | Line 154 | namespace oopse {
154      bool isSticky() {
155        return atp.is_Sticky;
156      }
157 +    
158 +    bool isStickyPower() {
159 +      return atp.is_StickyPower;
160 +    }
161  
162      bool isShape() {
163        return atp.is_Shape;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines