--- trunk/src/applications/sequentialProps/ContactAngle2.hpp 2014/11/04 15:31:51 2035 +++ trunk/src/applications/sequentialProps/ContactAngle2.hpp 2014/11/06 14:31:32 2039 @@ -51,7 +51,8 @@ namespace OpenMD { class ContactAngle2 : public SequentialAnalyzer{ public: ContactAngle2(SimInfo* info, const std::string& filename, - const std::string& sele, RealType solidZ, RealType threshDens, + const std::string& sele, RealType solidZ, + RealType threshDens, RealType bufferLength, int nrbins, int nZBins); virtual void doFrame(); @@ -60,6 +61,7 @@ namespace OpenMD { RealType solidZ_; RealType threshDens_; + RealType bufferLength_; int nRBins_; int nZBins_;