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

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/VCorrFunc.cpp (file contents):
Revision 2675 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2676 by tim, Wed Mar 29 18:11:37 2006 UTC

# Line 54 | Line 54 | namespace oopse {
54      Vector3d v1 =sd1->getVel(frame1);
55      Vector3d v2 = sd2->getVel(frame2);
56  
57 <    return dot(v1, v2);
57 >    return dot(v1, v2)/dot(v1,v1);
58    }
59  
60   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines