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

Comparing trunk/OOPSE-4/src/applications/staticProps/GofAngle2.hpp (file contents):
Revision 2038 by tim, Wed Feb 16 20:30:50 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 44 | Line 44 | class GofAngle2 : public RadialDistrFunc {
44   #include "applications/staticProps/RadialDistrFunc.hpp"
45   namespace oopse {
46  
47 < class GofAngle2 : public RadialDistrFunc {
47 >  class GofAngle2 : public RadialDistrFunc {
48      
49 <    public:
50 <        GofAngle2(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2, int nangleBins);
49 >  public:
50 >    GofAngle2(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2, int nangleBins);
51    
52 <        int getNAngleBins() {return nAngleBins_;}
52 >    int getNAngleBins() {return nAngleBins_;}
53          
54 <    private:
54 >  private:
55  
56 <        virtual void preProcess();
57 <        virtual void initalizeHistogram();
58 <        virtual void collectHistogram(StuntDouble* sd1, StuntDouble* sd2);
59 <        virtual void processHistogram();
56 >    virtual void preProcess();
57 >    virtual void initalizeHistogram();
58 >    virtual void collectHistogram(StuntDouble* sd1, StuntDouble* sd2);
59 >    virtual void processHistogram();
60  
61 <        virtual void writeRdf();
61 >    virtual void writeRdf();
62  
63 <        double deltaCosAngle_;
64 <        int nAngleBins_;
63 >    double deltaCosAngle_;
64 >    int nAngleBins_;
65          
66 <        std::vector<std::vector<int> > histogram_;
67 <        std::vector<std::vector<int> > avgGofr_;
68 <        int npairs_;
69 < };
66 >    std::vector<std::vector<int> > histogram_;
67 >    std::vector<std::vector<int> > avgGofr_;
68 >    int npairs_;
69 >  };
70  
71   }
72   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines