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

Comparing branches/development/src/applications/staticProps/P2OrderParameter.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1831 by gezelter, Thu Jan 10 14:06:34 2013 UTC

# Line 54 | Line 54 | namespace OpenMD {
54                       const string& sele1);
55      P2OrderParameter(SimInfo* info, const string& filename,
56                       const string& sele1, const string& sele2);
57 +    P2OrderParameter(SimInfo* info, const string& filename,
58 +                     const string& sele1, const int seleOffset);
59      virtual void process();
60      
61    private:
# Line 69 | Line 71 | namespace OpenMD {
71      Snapshot* currentSnapshot_;
72      
73      bool doVect_;
74 +    bool doOffset_;
75      string selectionScript1_;
76      string selectionScript2_;
77      SelectionManager seleMan1_;
78      SelectionManager seleMan2_;      
79      SelectionEvaluator evaluator1_;
80      SelectionEvaluator evaluator2_;
81 <    vector<pair<StuntDouble*, StuntDouble*> > sdPairs_;  /**< each pair is used
82 <                                                            to define a vector,
80 <                                                            v = first - second
81 <                                                         */
81 >    int seleOffset_;
82 >
83      vector<OrderParam> orderParams_;
84      
85    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines