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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/CrossTimeCorrFunc.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 53 | Line 53 | namespace oopse {
53    private:
54          
55      virtual void correlateFrames(int frame1, int frame2);
56 <    virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) = 0;
56 >    virtual RealType calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) = 0;
57          
58      int nSelected1_;  
59      int nSelected2_;  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines