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 2080 by gezelter, Sat Mar 7 21:41:51 2015 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      std::size_t nRBins_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines