Commit ca9440f1 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: In application, indices start at 1

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -214,7 +214,7 @@ private: ...@@ -214,7 +214,7 @@ private:
} }
else else
{ {
indicesMap[band] = idx; indicesMap[band] = idx-1;
} }
} }
}; };
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment