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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/RadialRCorrFunc.hpp (file contents):
Revision 3084 by chuckv, Thu Dec 14 19:38:56 2006 UTC vs.
Revision 3108 by chuckv, Wed Jan 3 04:40:11 2007 UTC

# Line 42 | Line 42
42   #define APPLICATIONS_DYNAMICPROPS_RADIALRCORRFUNC_HPP
43  
44   #include "applications/dynamicProps/ParticleTimeCorrFunc.hpp"
45 #include "applications/dynamicProps/SnapshotCentroid.hpp"
45  
46 +
47   namespace oopse {
48  
49    class RadialRCorrFunc : public ParticleTimeCorrFunc {
# Line 53 | Line 53 | namespace oopse {
53    private:
54      virtual RealType calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2);
55  
56    SnapshotCentroid* frameCentroid_;
56  
57    };
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines