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

STYLE

parent d98eb0a9
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ private:
SetMinimumParameterIntValue("coordy", 0);
AddParameter(ParameterType_ListView,"cl","Channels");
SetParameterDescription("cl","Displayed channels");
SetParameterDescription("cl","Displayed channels");
MandatoryOff("cl");
AddParameter(ParameterType_String,"value","Pixel Value");
......
......@@ -30,7 +30,6 @@ See OTBCopyright.txt for details.
#endif
namespace otb
{
......@@ -214,7 +213,7 @@ ViewerModel
case itk::ImageIOBase::COMPLEX: // handle the radar case
isComplex = true;
break;
default:
default:
isComplex = false;
break;
}
......@@ -443,7 +442,6 @@ ViewerModel
}
/**
* Built a part of the visu, create a pointer and add a model to the visu
*/
......
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