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

Comparing trunk/src/applications/sequentialProps/ContactAngle2.hpp (file contents):
Revision 2039 by gezelter, Thu Nov 6 14:31:32 2014 UTC vs.
Revision 2081 by gezelter, Tue Mar 17 18:22:18 2015 UTC

# Line 52 | Line 52 | namespace OpenMD {
52    public:
53      ContactAngle2(SimInfo* info, const std::string& filename,
54                    const std::string& sele, RealType solidZ,
55 +                  RealType centroidX, RealType centroidY,
56                    RealType threshDens, RealType bufferLength,
57                    int nrbins, int nZBins);
58  
# Line 60 | Line 61 | namespace OpenMD {
61    private:
62  
63      RealType solidZ_;
64 +    RealType centroidX_;
65 +    RealType centroidY_;
66      RealType threshDens_;
67      RealType bufferLength_;
68 <    int nRBins_;
69 <    int nZBins_;
68 >    std::size_t nRBins_;
69 >    std::size_t nZBins_;
70      
71      std::string selectionScript_;
72      SelectionManager seleMan_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines