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

Automated merge with http://hg.orfeo-toolbox.org/OTB

parents 19709b6f c5a2cb50
Branches
Tags
No related merge requests found
......@@ -281,7 +281,8 @@ public:
for (unsigned int i = 0; i < channels.size(); ++i)
{
oss << channels[i] << " ";
//Describe the channel selection (numbering starts with 1)
oss << channels[i] + 1 << " ";
}
oss << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment