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

Comparing trunk/OOPSE-4/src/applications/staticProps/GofXyz.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 48 | Line 48 | namespace oopse {
48      
49    public:
50      GofXyz(SimInfo* info, const std::string& filename, const std::string& sele1,
51 <           const std::string& sele2, const std::string& sele3,double len, int nrbins);
51 >           const std::string& sele2, const std::string& sele3,RealType len, int nrbins);
52  
53      int getNRBins() {
54        return nRBins_;
55      }
56          
57 <    double getLength() {
57 >    RealType getLength() {
58        return len_;
59      }
60          
# Line 67 | Line 67 | namespace oopse {
67          
68      //virtual void validateSelection1(SelectionManager& sman);
69          
70 <    double len_;
71 <    double halfLen_;
70 >    RealType len_;
71 >    RealType halfLen_;
72      int nRBins_;
73 <    double deltaR_;
73 >    RealType deltaR_;
74  
75      SelectionEvaluator evaluator3_;
76      SelectionManager seleMan3_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines