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

Comparing trunk/OOPSE-4/src/applications/staticProps/BondOrderParameter.hpp (file contents):
Revision 3007 by gezelter, Tue Sep 19 21:14:11 2006 UTC vs.
Revision 3015 by gezelter, Thu Sep 21 21:47:17 2006 UTC

# Line 44 | Line 44
44   #include "selection/SelectionManager.hpp"
45   #include "applications/staticProps/StaticAnalyser.hpp"
46   #include "math/Vector3.hpp"
47 + #include "math/Wigner3jm_interface.h"
48  
49   namespace oopse {
50    
# Line 57 | Line 58 | namespace oopse {
58  
59    private:
60              
61 <    void writeOrderParameter();
61 <    virtual void initalizeHistogram();
62 <    virtual void collectHistogram(RealType Q_l, RealType W_l_hat);
63 <    virtual void processHistogram();
61 >    void writeOrderParameter(RealType ql, RealType wlhat);
62  
63      Snapshot* currentSnapshot_;
64  
# Line 71 | Line 69 | namespace oopse {
69      RealType rCut_;
70      int lNumber_;
71      int mSize_;    
72 <
75 <    RealType MaxQ_;
76 <    RealType deltaQ_;
77 <
78 <    RealType MaxW_;
79 <    RealType deltaW_
80 <
81 <    std::vector<int> Q_histogram_;
82 <    std::vector<int> W_histogram_;
83 <
72 >    int frameCounter_;
73    };
74   }
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines