minor typo

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2013-02-06 16:25:07 +01:00
parent 920118ea5f
commit 0cb33c3753

View File

@ -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;