Commit e68503c1 authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: add virtual destructor to RadiometricIndex abstract base class

No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -70,6 +70,11 @@ public:
static constexpr double Epsilon = 0.0000001;
// Necessary to be used as an abstract base class
virtual ~RadiometricIndex()
{
}
/**
* \param requiredBands the set<CommonBandNames> of required bands
* \throw runtime_error if requiredBands contains CommonBandNames::MAX
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment