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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/ParticleTimeCorrFunc.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 54 | Line 54 | namespace oopse {
54          
55      virtual void correlateFrames(int frame1, int frame2);
56  
57 <    virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) = 0;
57 >    virtual RealType calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) = 0;
58          
59      int nSelected_;
60    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines