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

Comparing trunk/src/primitives/RigidBody.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 64 | Line 64 | namespace oopse{
64  
65      virtual std::string getType() { return name_;}
66          
67 <    /** Sets the name of this stuntdouble*/
67 >    /** Sets the name of this stuntRealType*/
68      virtual void setType(const std::string& name) { name_ = name;}
69      
70  
# Line 97 | Line 97 | namespace oopse{
97  
98  
99      /** Sets the internal unit frame of this stuntdouble by three euler angles */
100 <    void setElectroFrameFromEuler(double phi, double theta, double psi);
100 >    void setElectroFrameFromEuler(RealType phi, RealType theta, RealType psi);
101          
102      /**
103       * Returns the gradient of this stuntdouble
104       * @return the inertia tensor of this stuntdouble
105       * @see #setI
106       */
107 <    virtual std::vector<double> getGrad();
107 >    virtual std::vector<RealType> getGrad();
108  
109      virtual void accept(BaseVisitor* v);
110  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines