Skip to content
Snippets Groups Projects
Commit 87fd2baa authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 00f02e1f
Branches
Tags
No related merge requests found
......@@ -84,8 +84,7 @@ class SatelliteRSR : public itk::DataObject
void Load( const std::string & filename , ValuePrecisionType coefNormalization = 1.0 );
/** Fill from user defined criteria (sampling band from lambdaMin to lambdaMax with Bandwidth width) */
void Load(PrecisionType lambdaMin, PrecisionType lambdaMax ,PrecisionType sampling, ValuePrecisionType coefNormalization = 1.0 );
void Load(PrecisionType lambdaMin, PrecisionType lambdaMax , PrecisionType sampling, ValuePrecisionType coefNormalization = 1.0 );
......
......@@ -85,7 +85,7 @@ SatelliteRSR<TPrecision, TValuePrecision>
template <class TPrecision, class TValuePrecision>
void
SatelliteRSR<TPrecision, TValuePrecision>
::Load(PrecisionType lambdaMin, PrecisionType lambdaMax ,PrecisionType sampling, ValuePrecisionType coefNormalization )
::Load(PrecisionType lambdaMin, PrecisionType lambdaMax , PrecisionType sampling, ValuePrecisionType coefNormalization )
{
m_NbBands = 1;
if (0 == sampling)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment