--- trunk/src/applications/sequentialProps/ContactAngle2.hpp 2014/11/06 14:31:32 2039 +++ trunk/src/applications/sequentialProps/ContactAngle2.hpp 2015/03/07 21:41:51 2071 @@ -62,8 +62,8 @@ namespace OpenMD { RealType solidZ_; RealType threshDens_; RealType bufferLength_; - int nRBins_; - int nZBins_; + std::size_t nRBins_; + std::size_t nZBins_; std::string selectionScript_; SelectionManager seleMan_;