Skip to content
Snippets Groups Projects
Commit fdfcc2e7 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

WAR: correction

parent a33b7eaa
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ Ephemeris* PlatformPosition::Interpolate(JSDDateTime date)
double * y = new double[_nbrData];
double * yd = new double[_nbrData];
double dt = 0.0;
double d;
//double d;
x[0] = 0.0 ;
for (int i = 1 ; i < _nbrData ; i++)
......
......@@ -134,7 +134,6 @@ bool RadarSat2NoiseLevel::loadState(const ossimKeywordlist& kwl, const char* pre
{
static const char MODULE[] = "RadarSat2NoiseLevel::loadState";
bool result = true;
ossimString s;
const char* lookup = 0;
......@@ -303,7 +302,7 @@ std::ostream& RadarSat2NoiseLevel::print(std::ostream& out) const
<< "\n RadarSat2NoiseLevel class data members:\n";
const char* prefix = 0;
ossimKeywordlist kwl;
//ossimKeywordlist kwl;
ossimString pfx;
/* TODO Add print method*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment