Skip to content
Snippets Groups Projects
Commit 974c85c2 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

OSSIM: remove unnecessary differences with ossim trunk

parent 2767ddec
Branches
Tags
No related merge requests found
......@@ -215,8 +215,7 @@ bool ossimBilinearProjection::saveState(ossimKeywordlist& kwl,
bool ossimBilinearProjection::loadState(const ossimKeywordlist& kwl,
const char* prefix)
{
std::cout << "ossimBilinearProjection::loadState() BEGIN" << std::endl;
// Load the base class.
// Load the base class.
ossimProjection::loadState(kwl, prefix);
// Start with clear lists.
......@@ -280,7 +279,6 @@ bool ossimBilinearProjection::loadState(const ossimKeywordlist& kwl,
}
initializeBilinear();
std::cout << "ossimBilinearProjection::loadState() END" << std::endl;
return true;
}
......
......@@ -701,10 +701,10 @@ void ossimIkonosRpcModel::parseRpcData(const ossimFilename& data_file)
return;
}
else
{
// copy ossimIkonosMetada-sensor into ossimIkonosRpcModel-sensorId
theSensorID = theSupportData->getSensorID();
}
{
// copy ossimIkonosMetada-sensor into ossimIkonosRpcModel-sensorId
theSensorID = theSupportData->getSensorID();
}
theLatScale = atof(buf);
......
......@@ -15,7 +15,7 @@
//----------------------------------------------------------------------------
#include <ctime>
#include <fstream>
#include <fstream>
#include <string>
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment