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

Comparing branches/new_design/OOPSE-3.0/src/primitives/DirectionalAtom.cpp (file contents):
Revision 1813 by tim, Wed Dec 1 17:38:32 2004 UTC vs.
Revision 1816 by tim, Wed Dec 1 19:10:51 2004 UTC

# Line 31 | Line 31 | DirectionalAtom::DirectionalAtom(DirectionalAtomType*
31                           : Atom(dAtomType){
32      objType_= otDAtom;
33      if (dAtomType->isMultipole()) {
34 <        electroBodyFrame_ = dAtomType->getEletroBodyFrame();
34 >        electroBodyFrame_ = dAtomType->getElectroBodyFrame();
35      }
36   }
37  
# Line 68 | Line 68 | std::vector<double> DirectionalAtom::getGrad() {
68   }
69  
70   std::vector<double> DirectionalAtom::getGrad() {
71 <    vector<double> grad(6, 0.0);
71 >    std::vector<double> grad(6, 0.0);
72      Vector3d force;
73      Vector3d torque;
74      Vector3d myEuler;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines