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

Comparing trunk/src/applications/staticProps/pAngle.hpp (file contents):
Revision 1979 by gezelter, Sat Apr 5 20:56:01 2014 UTC vs.
Revision 1991 by gezelter, Wed Apr 23 20:34:17 2014 UTC

# Line 61 | Line 61 | namespace OpenMD {
61             const string& sele1, const string& sele2, int nzbins);
62      pAngle(SimInfo* info, const string& filename,
63             const string& sele, const int seleOffset, int nzbins);
64 +    pAngle(SimInfo* info, const string& filename,
65 +           const string& sele, const int seleOffset, const int seleOffset2,
66 +           int nzbins);
67      
68      int getNThetaBins() {
69        return nThetaBins_;
# Line 77 | Line 80 | namespace OpenMD {
80  
81      bool doVect_;
82      bool doOffset_;
83 +    bool doOffset2_;
84      string selectionScript1_;
85      string selectionScript2_;
86      SelectionManager seleMan1_;
# Line 84 | Line 88 | namespace OpenMD {
88      SelectionEvaluator evaluator1_;
89      SelectionEvaluator evaluator2_;
90      int seleOffset_;
91 +    int seleOffset2_;
92  
93      int nProcessed_;    
94      int nThetaBins_;    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines