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 2902 by chuckv, Tue Jun 27 16:36:25 2006 UTC vs.
Revision 2925 by chuckv, Fri Jul 7 14:18:36 2006 UTC

# Line 55 | Line 55 | namespace oopse {
55  
56          private:
57  
58 <            struct OrderParam{
59 <                RealType p2;
60 <                Vector3d director;
61 <                RealType angle;
62 <            };            
63 <            void writeP2();
58 >            
59 >            void writeOrderParameter();
60 >                    virtual void initalizeHistogram();
61 >                virtual void collectHistogram(StuntDouble* sd1, StuntDouble* sd2);
62 >                virtual void processHistogram();
63  
64              Snapshot* currentSnapshot_;
65  
# Line 72 | Line 71 | namespace oopse {
71              std::vector<std::pair<StuntDouble*, StuntDouble*> > sdPairs_;  /**< each pair is used to define a vector, vector = first - second */
72              std::vector<OrderParam> orderParams_;
73              
74 <            double rCut_;
74 >            RealType rCut_;
75              int lNumber_;
76 +            int mSize_;
77      };
78   }
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines