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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/RCorrFunc.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2668 by tim, Fri Mar 24 16:49:09 2006 UTC

# Line 54 | Line 54 | namespace oopse {
54      Vector3d r1 =sd1->getPos(frame1);
55      Vector3d r2 = sd2->getPos(frame2);
56  
57 <    return (r2-r1).lengthSquare();
57 >    return dot(r1, r2);
58    }
59  
60   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines