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

STYLE

parent 623a5c1c
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ ossimplugins::JSDDateTime GeometricSarSensorModelAdapter::getTime(double line)
void GeometricSarSensorModelAdapter::GetPlatformPositionAtLine(
double line, std::vector<double>& position, std::vector<double>& speed)
{
m_SensorModel->getPlatformPositionAtLine(line, position, speed);
m_SensorModel->getPlatformPositionAtLine(line, position, speed);
}
} // namespace otb
......@@ -36,7 +36,7 @@ class ImageKeywordlist;
/**
* \class GeometricSarSensorModelAdapter
* \brief Wrapper class to access the platform Geometric Sar
* \brief Wrapper class to access the platform Geometric Sar
* Sensor Modelposition from ossim.
*
* This class is intended to be used in an InSAR setting to get
......
......@@ -70,7 +70,7 @@ void PlatformPositionAdapter::GetPlatformPosition(
void PlatformPositionAdapter::GetPlatformPositionAtTime(
ossimplugins::JSDDateTime time, std::vector<double>& position, std::vector<double>& speed)
{
m_SensorModel->get_platformPosition()->getPlatformPositionAtTime(time, position, speed);
m_SensorModel->get_platformPosition()->getPlatformPositionAtTime(time, position, speed);
}
} // namespace otb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment