Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
6df4809f
Commit
6df4809f
authored
Nov 17, 2014
by
OTB Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE
parent
e6ec71d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Applications/Utils/otbBandMath.cxx
Applications/Utils/otbBandMath.cxx
+2
-2
No files found.
Applications/Utils/otbBandMath.cxx
View file @
6df4809f
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment