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 1632 by gezelter, Fri Oct 22 20:21:36 2004 UTC vs.
Revision 1634 by gezelter, Fri Oct 22 21:21:02 2004 UTC

# Line 24 | Line 24 | namespace oopse {
24       */
25      void    complete();
26          
27 <    Matrix3x3d getI() {return I;}
28 <    void       setI(Matrix3x3d theI) {I = theI;}
27 >    Mat3x3d getI() {return I;}
28 >    void    setI(Mat3x3d theI) {I = theI;}
29  
30 <    void       setDipole() { atp.is_Dipole = 1; atp.is_Electrostatic = 1;}
31 <    bool       isDipole()  { return atp.is_Dipole; }
30 >    void    setDipole() { atp.is_Dipole = 1; atp.is_Electrostatic = 1; }
31 >    bool    isDipole()  { return atp.is_Dipole; }
32  
33 <    void       setGayBerne() { atp.is_GayBerne = 1; }
34 <    bool       isGayBerne()  { return atp.is_GayBerne; }
33 >    void    setGayBerne() { atp.is_GayBerne = 1; }
34 >    bool    isGayBerne()  { return atp.is_GayBerne; }
35  
36 <    void       setShape() { atp.is_Shape = 1;}
37 <    bool       isShape()  { return atp.is_Shape; }
36 >    void    setSticky() { atp.is_Sticky = 1; }
37 >    bool    isSticky()  { return atp.is_Sticky; }
38 >
39 >    void    setShape() { atp.is_Shape = 1;}
40 >    bool    isShape()  { return atp.is_Shape; }
41                  
42    private:
43      
44 <    Matrix3x3d I;
44 >    Mat3x3d I;
45      
46    };
47   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines