Skip to content

Commit

Permalink
Fix for compound datasets (not used(!)) (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Chang <[email protected]>
  • Loading branch information
PeterC-DLS authored Dec 10, 2018
1 parent f55879b commit 43cad2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ContiguousIteratorWithPosition(final int[] shape, final int length, final
pos[endrank] = -1;
}
index = -isize;
imax = length;
imax = length * isize;
}

@Override
Expand Down

0 comments on commit 43cad2f

Please sign in to comment.