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

Comparing trunk/OOPSE-4/src/applications/staticProps/RhoZ.hpp (file contents):
Revision 2539 by tim, Mon Jan 9 22:14:32 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/26/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: RhoZ.hpp,v 1.2 2006-01-09 22:14:32 tim Exp $
47 > *  @version $Id: RhoZ.hpp,v 1.4 2006-05-17 21:51:42 tim Exp $
48   *
49   */
50   #ifndef APPLICATIONS_STATICPROPS_RHOZ_HPP
# Line 56 | Line 56 | namespace oopse { (public)
56    class RhoZ : public StaticAnalyser {
57      
58   public:
59 <    RhoZ(SimInfo* info, const std::string& filename, const std::string& sele, int len, int nrbins);
59 >    RhoZ(SimInfo* info, const std::string& filename, const std::string& sele, RealType  len, int nrbins);
60      
61      int getNRBins() {
62        return nRBins_;
63      }
64      
65 <    double getLength() {
65 >    RealType getLength() {
66        return len_;
67      }
68  
# Line 80 | Line 80 | namespace oopse { (public)
80      SelectionEvaluator evaluator_;
81      SelectionManager seleMan_;
82      
83 <    double len_;
84 <    int nRBins_;
85 <    double deltaR_;
86 <
83 >    RealType len_;
84 >    int nRBins_;
85 >    RealType deltaR_;
86 >    
87      std::vector<std::vector<StuntDouble*> > sliceSDLists_;
88 <    std::vector<double> density_;
88 >    std::vector<RealType> density_;
89    };
90    
91   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines