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

Comparing trunk/OOPSE-3.0/src/types/DirectionalAtomType.hpp (file contents):
Revision 2226 by kdaily, Tue May 17 02:09:25 2005 UTC vs.
Revision 2228 by chuckv, Tue May 17 04:20:09 2005 UTC

# Line 76 | Line 76 | class DirectionalAtomType : public AtomType {
76          void setQuadrupole() { atp.is_Quadrupole = 1; }
77          void setGayBerne() { atp.is_GayBerne = 1; }
78          void setSticky() { atp.is_Sticky = 1; }
79 +        void setStickyPower() { atp.is_StickyPower = 1; }
80          void setShape() { atp.is_Shape = 1;}
81  
82          virtual void complete();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines