ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/dynamicProps/DipoleCorrFunc.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/DipoleCorrFunc.cpp (file contents):
Revision 2675 by tim, Tue Feb 7 16:39:23 2006 UTC vs.
Revision 2676 by tim, Wed Mar 29 18:11:37 2006 UTC

# Line 55 | Line 55 | namespace oopse {
55      Vector3d v1 =sd1->getElectroFrame(frame1).getColumn(2);
56      Vector3d v2 = sd2->getElectroFrame(frame2).getColumn(2);
57  
58 <    return dot(v1, v2);
58 >    return dot(v1, v2)/(v1.length()*v2.length());
59    }
60  
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines