Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
877726d1
Commit
877726d1
authored
May 10, 2019
by
Victor Poughon
Browse files
STYLE: prefer = default; dtor syntax
parent
e68503c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Radiometry/Indices/include/otbRadiometricIndex.h
View file @
877726d1
...
...
@@ -71,9 +71,7 @@ public:
static
constexpr
double
Epsilon
=
0.0000001
;
// Necessary to be used as an abstract base class
virtual
~
RadiometricIndex
()
{
}
virtual
~
RadiometricIndex
()
=
default
;
/**
* \param requiredBands the set<CommonBandNames> of required bands
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment