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 2035 by gezelter, Tue Nov 4 15:31:51 2014 UTC vs.
Revision 2039 by gezelter, Thu Nov 6 14:31:32 2014 UTC

# Line 51 | Line 51 | namespace OpenMD {
51    class ContactAngle2 : public SequentialAnalyzer{
52    public:
53      ContactAngle2(SimInfo* info, const std::string& filename,
54 <                  const std::string& sele, RealType solidZ, RealType threshDens,
54 >                  const std::string& sele, RealType solidZ,
55 >                  RealType threshDens, RealType bufferLength,
56                    int nrbins, int nZBins);
57  
58      virtual void doFrame();
# Line 60 | Line 61 | namespace OpenMD {
61  
62      RealType solidZ_;
63      RealType threshDens_;
64 +    RealType bufferLength_;
65      int nRBins_;
66      int nZBins_;
67      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines