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

Comparing trunk/src/primitives/GhostBend.cpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1443 by gezelter, Thu May 27 14:17:39 2010 UTC

# Line 54 | Line 54 | namespace OpenMD {
54      RealType d12 = r12.length();
55      
56      RealType d12inv = 1.0 / d12;
57 <    
58 <    Vector3d r32 = ghostAtom->getElectroFrame().getColumn(2);
57 >  
58 >    Vector3d r32 = ghostAtom->getA().getColumn(2);
59      RealType d32 = r32.length();
60      
61      RealType d32inv = 1.0 / d32;

Comparing trunk/src/primitives/GhostBend.cpp (property svn:keywords):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1443 by gezelter, Thu May 27 14:17:39 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines