Skip to content
Snippets Groups Projects
Commit 7b4493f1 authored by Jesper Andersson's avatar Jesper Andersson
Browse files

Removed superflous const

parent c8fdec46
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ public:
//
unsigned int NDim() const { return(_ndim); }
unsigned int Order() const { return(_order); }
const bool Valid() const { return(_valid); }
bool Valid() const { return(_valid); }
ExtrapolationType Extrapolation(unsigned int dim) const
{
if (dim >= _ndim) throw SplinterpolatorException("Extrapolation: Invalid dimension");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment