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

STYLE

parent 09a7348d
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
......@@ -113,7 +113,6 @@ private:
};
void
MyReprojectionFilter::SetOutputSpatialReference(std::string const& srs)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment