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