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 2071 by gezelter, Sat Mar 7 21:41:51 2015 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 <    int nRBins_;
65 <    int nZBins_;
64 >    RealType bufferLength_;
65 >    std::size_t nRBins_;
66 >    std::size_t nZBins_;
67      
68      std::string selectionScript_;
69      SelectionManager seleMan_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines