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

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

# Line 14 | Line 14 | void Bend::calcForce() {
14  
15      double d12inv = 1.0 / d12;
16  
17 <    Vector3d r32 = ghostAtom->getElectroFrame().getColum(2);
17 >    Vector3d r32 = ghostAtom->getElectroFrame().getColumn(2);
18      double d32 = r32.length();
19  
20      double d32inv = 1.0 / d32;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines