ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/BondOrderParameter.hpp
(Generate patch)

Comparing trunk/src/applications/staticProps/BondOrderParameter.hpp (file contents):
Revision 1040 by gezelter, Tue Sep 19 21:20:15 2006 UTC vs.
Revision 1047 by gezelter, Thu Sep 21 21:47:17 2006 UTC

# Line 58 | Line 58 | namespace oopse {
58  
59    private:
60              
61 <    void writeOrderParameter();
62 <    virtual void initalizeHistogram();
63 <    virtual void collectHistogram(RealType Q_l, RealType W_l_hat);
64 <    virtual void processHistogram();
61 >    void writeOrderParameter(RealType ql, RealType wlhat);
62  
63      Snapshot* currentSnapshot_;
64  
# Line 72 | Line 69 | namespace oopse {
69      RealType rCut_;
70      int lNumber_;
71      int mSize_;    
72 <
76 <    RealType MaxQ_;
77 <    RealType deltaQ_;
78 <
79 <    RealType MaxW_;
80 <    RealType deltaW_;
81 <
82 <    std::vector<int> Q_histogram_;
83 <    std::vector<int> W_histogram_;
84 <
72 >    int frameCounter_;
73    };
74   }
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines