From 0cb33c3753639e6df739785354a7fea7d970645f Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Wed, 6 Feb 2013 16:25:07 +0100 Subject: [PATCH] minor typo Signed-off-by: Thorsten Liebig --- Common/operator_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/operator_base.h b/Common/operator_base.h index 5cf3af0..0473ff6 100644 --- a/Common/operator_base.h +++ b/Common/operator_base.h @@ -33,7 +33,7 @@ public: virtual ContinuousStructure* GetGeometryCSX() const {return CSX;} //! Get the timestep used by this operator - virtual double GetTimestep() const {return dT;}; + virtual double GetTimestep() const {return dT;} //! Get the number of cells or nodes defined by this operator virtual double GetNumberCells() const =0;