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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/TimeCorrFunc.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 93 | Line 93 | namespace oopse {
93      virtual void postCorrelate();
94      virtual void updateFrame(int frame);
95  
96 <    double deltaTime_;
96 >    RealType deltaTime_;
97      int nTimeBins_;
98 <    std::vector<double> histogram_;
98 >    std::vector<RealType> histogram_;
99      std::vector<int> count_;
100 <    std::vector<double> time_;
100 >    std::vector<RealType> time_;
101          
102      SimInfo* info_;
103      int storageLayout_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines