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

Comparing trunk/OOPSE-4/src/applications/staticProps/Hxy.hpp (file contents):
Revision 2753 by gezelter, Tue May 16 20:38:23 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Xiuquan Sun on 05/09/06.
46   *  @author  Xiuquan Sun
47 < *  @version $Id: Hxy.hpp,v 1.3 2006-05-16 20:38:23 gezelter Exp $
47 > *  @version $Id: Hxy.hpp,v 1.4 2006-05-17 21:51:42 tim Exp $
48   *
49   */
50   #ifndef APPLICATIONS_STATICPROPS_HXY_HPP
# Line 102 | Line 102 | namespace oopse {
102      SelectionEvaluator evaluator_;
103      SelectionManager seleMan_;
104      
105 <    double nBinsX_;
106 <    double nBinsY_;
105 >    RealType nBinsX_;
106 >    RealType nBinsY_;
107      int nbins_;
108 <    double dfreq;
108 >    RealType dfreq;
109      
110 <    std::vector<double> gridZ_;
110 >    std::vector<RealType> gridZ_;
111      std::vector<int> gridsample_;
112 <    std::vector< std::vector<double> > bin;
112 >    std::vector< std::vector<RealType> > bin;
113      std::vector< std::vector<int> > samples;
114 <    std::vector<double> sum_bin, sum_bin_sq, avg_bin, avg_bin_sq;
115 <    std::vector<double> errbin_sum, errbin_sum_sq, errbin, errbin_sq;
114 >    std::vector<RealType> sum_bin, sum_bin_sq, avg_bin, avg_bin_sq;
115 >    std::vector<RealType> errbin_sum, errbin_sum_sq, errbin, errbin_sq;
116    };
117    
118   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines