Commit 4bae4f44 authored by Victor Poughon's avatar Victor Poughon
Browse files

Merge branch 'indices-virtual-dtor' into 'develop'

Add virtual descructor to RadiometricIndex abstract base class

See merge request orfeotoolbox/otb!494
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -70,6 +70,9 @@ public:
static constexpr double Epsilon = 0.0000001;
// Necessary to be used as an abstract base class
virtual ~RadiometricIndex() = default;
/**
* \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