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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/VCorrFunc.cpp (file contents):
Revision 2758 by tim, Wed Mar 29 18:11:37 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 VCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
53 >  RealType VCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
54      Vector3d v1 =sd1->getVel(frame1);
55      Vector3d v2 = sd2->getVel(frame2);
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines