Skip to content
Snippets Groups Projects
Commit e6ec71d7 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: document different syntax depending on muparserver version

parent 6964d55b
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,10 @@ 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/");
" 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");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
......
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