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 1815 by tim, Wed Dec 1 18:42:45 2004 UTC vs.
Revision 1816 by tim, Wed Dec 1 19:10:51 2004 UTC

# 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