ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/DirectionalAtom.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/primitives/DirectionalAtom.hpp (file contents):
Revision 1701 by tim, Mon Nov 1 20:15:58 2004 UTC vs.
Revision 1702 by tim, Wed Nov 3 18:00:36 2004 UTC

# Line 83 | Line 83 | namespace oopse{
83  
84              virtual void accept(BaseVisitor* v);
85  
86 +
87 +            // below functions are deprecated
88 +            void setI(double I[3][3]);
89 +                
90          protected:
91              Mat3x3d inertiaTensor_;   /**< inertial tensor */    
92              RotMat3x3d sU_;               /**< body fixed standard unit vector */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines