Skip to content
Snippets Groups Projects
Commit 9cc7e441 authored by Matthew Webster's avatar Matthew Webster
Browse files

added valid gettor

parent 9aefe308
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ public:
//
unsigned int NDim() const { return(_ndim); }
unsigned int Order() const { return(_order); }
const 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