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

Comparing trunk/OOPSE-4/src/types/ShapeAtomType.hpp (file contents):
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 84 | Line 84 | namespace oopse {
84       * @param costheta
85       * @param phi
86       */
87 <    double getContactValueAt(double costheta, double phi);
87 >    RealType getContactValueAt(RealType costheta, RealType phi);
88      
89      /**
90       * Gets the value of the range function at a particular orientation
91       * @param costheta
92       * @param phi
93       */
94 <    double getRangeValueAt(double costheta, double phi);
94 >    RealType getRangeValueAt(RealType costheta, RealType phi);
95      
96      /**
97       * Gets the value of the strength function at a particular orientation
98       * @param costheta
99       * @param phi
100       */
101 <    double getStrengthValueAt(double costheta, double phi);
101 >    RealType getStrengthValueAt(RealType costheta, RealType phi);
102      
103      virtual void complete();
104      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines