minor typo
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
920118ea5f
commit
0cb33c3753
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user