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

STYLE

parent e6ec71d7
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ private:
SetDocName("Band Math");
SetDocLongDescription("This application performs a mathematical operation on monoband images."
" Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/."
"For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if( ; ; )'."
" Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/."
"For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if(; ; )'."
"For MuParser version superior to 2.0 uses '&&' and '||' logical operators, and C++ like ternary if-then-else operator.");
SetDocLimitations("None");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment