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 2671 by tim, Fri Mar 24 17:29:07 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 50 | Line 50 | namespace oopse {
50  
51      }
52  
53 <  double RCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) {
53 >  RealType RCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) {
54      Vector3d r1 =sd1->getPos(frame1);
55      Vector3d r2 = sd2->getPos(frame2);
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines