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

STYLE

parent 9e141bc5
Branches
Tags
No related merge requests found
...@@ -304,7 +304,7 @@ int epsg_main(otb::ApplicationOptionsResult* parseResult) ...@@ -304,7 +304,7 @@ int epsg_main(otb::ApplicationOptionsResult* parseResult)
orthoFilter->SetInputRpcGridSize(parseResult->GetParameterUInt("RPC")); orthoFilter->SetInputRpcGridSize(parseResult->GetParameterUInt("RPC"));
} }
std::string outputProjectionRef = otb::GeoInformationConversion::ToWKT(parseResult->GetParameterInt("MapProjectionType",1)); std::string outputProjectionRef = otb::GeoInformationConversion::ToWKT(parseResult->GetParameterInt("MapProjectionType", 1));
otbMsgDevMacro(<<"Output projection ref: "<<outputProjectionRef); otbMsgDevMacro(<<"Output projection ref: "<<outputProjectionRef);
...@@ -482,7 +482,6 @@ int epsg_main(otb::ApplicationOptionsResult* parseResult) ...@@ -482,7 +482,6 @@ int epsg_main(otb::ApplicationOptionsResult* parseResult)
} }
int OrthoRectification::Execute(otb::ApplicationOptionsResult* parseResult) int OrthoRectification::Execute(otb::ApplicationOptionsResult* parseResult)
{ {
if ( parseResult->IsOptionPresent("MapProjectionType")) if ( parseResult->IsOptionPresent("MapProjectionType"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment