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 3021 by gezelter, Mon Sep 25 22:08:33 2006 UTC vs.
Revision 3022 by gezelter, Tue Sep 26 01:30:32 2006 UTC

# Line 52 | Line 52 | namespace oopse {
52    class BondOrderParameter : public StaticAnalyser{
53    public:
54      BondOrderParameter(SimInfo* info, const std::string& filename,
55 <                       const std::string& sele, double rCut, int lMax, int nbins);
55 >                       const std::string& sele, double rCut, int nbins);
56  
57      virtual ~BondOrderParameter();
58      virtual void process();
# Line 61 | Line 61 | namespace oopse {
61      
62      void writeOrderParameter(std::vector<RealType> Q, std::vector<ComplexType> What);
63      virtual void initalizeHistogram();
64 <    virtual void collectHistogram(std::vector<RealType> q);
64 >    virtual void collectHistogram(std::vector<RealType> q, std::vector<ComplexType> what);
65  
66      Snapshot* currentSnapshot_;
67  
# Line 70 | Line 70 | namespace oopse {
70      SelectionEvaluator evaluator_;          
71              
72      RealType rCut_;
73 <    int lMax_;
73 >    static const int lMax_ = 12;
74      int frameCounter_;
75      int nBins_;
76  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines