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

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/FrameTimeCorrFunc.hpp (file contents):
Revision 2017 by tim, Mon Feb 14 17:35:25 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 45 | Line 45 | class FrameTimeCorrFunc : public TimeCorrFunc {
45  
46   namespace oopse {
47  
48 < class FrameTimeCorrFunc : public TimeCorrFunc {
49 <    public:
50 <        FrameTimeCorrFunc(SimInfo* info, const std::string& filename,
51 <            const std::string& sele1, const std::string& sele2, int storageLayout);
48 >  class FrameTimeCorrFunc : public TimeCorrFunc {
49 >  public:
50 >    FrameTimeCorrFunc(SimInfo* info, const std::string& filename,
51 >                      const std::string& sele1, const std::string& sele2, int storageLayout);
52          
53 <    protected:
54 <        virtual void updateFrame(int frame);
53 >  protected:
54 >    virtual void updateFrame(int frame);
55          
56 <    private:
56 >  private:
57          
58 <        virtual void correlateFrames(int frame1, int frame2);
59 < };
58 >    virtual void correlateFrames(int frame1, int frame2);
59 >  };
60  
61   }
62   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines