diff --git a/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx b/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx index 234b28c1459cb5382eda4c6ebec47b778ab329ad..64b13ad1ec09e32ccf4a50423ef722ff8f892421 100644 --- a/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx +++ b/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx @@ -35,8 +35,8 @@ namespace otb namespace internal { /** - * Converts index coordinates from OTB into OSSIM. It is intended for sensor - * images where the centre of the top-left pixel is expected to be : + * Converts index coordinates from OTB into OSSIM. It is intended for sensor + * images where the centre of the top-left pixel is expected to be : * [0.5,0.5] in OTB * [ 0 , 0 ] in OSSIM */ @@ -47,8 +47,8 @@ namespace internal } /** - * Converts index coordinates from OSSIM into OTB. It is intended for sensor - * images where the centre of the top-left pixel is expected to be : + * Converts index coordinates from OSSIM into OTB. It is intended for sensor + * images where the centre of the top-left pixel is expected to be : * [0.5,0.5] in OTB * [ 0 , 0 ] in OSSIM */ diff --git a/Examples/Filtering/GeometriesChangeSpatialReference.cxx b/Examples/Filtering/GeometriesChangeSpatialReference.cxx index d3a7e218484a34152d1ab4a4097fb26533da6d2e..41a030f56543bc8d28945be7db440275c99724b4 100644 --- a/Examples/Filtering/GeometriesChangeSpatialReference.cxx +++ b/Examples/Filtering/GeometriesChangeSpatialReference.cxx @@ -113,7 +113,6 @@ private: }; - void MyReprojectionFilter::SetOutputSpatialReference(std::string const& srs) {