# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |