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 2603 by gezelter, Tue Mar 7 16:43:53 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.3 2006-03-07 16:43:53 gezelter 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, double  len, int nrbins);
60      
61      int getNRBins() {
62        return nRBins_;
# Line 81 | Line 81 | namespace oopse { (public)
81      SelectionManager seleMan_;
82      
83      double len_;
84 <    int nRBins_;
84 >    int nRBins_;
85      double deltaR_;
86 <
86 >    
87      std::vector<std::vector<StuntDouble*> > sliceSDLists_;
88      std::vector<double> density_;
89    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines