Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed May 7, 2024
1 parent 14d03c0 commit 7647708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ public void callWithSparkContext(final JavaSparkContext sc,

// do s1 directly
if ( multiSem )
firstScaleIndex = lastScaleIndex - 1;
firstScaleIndex = lastScaleIndex + 1;

for (int s = firstScaleIndex - 1; s >= lastScaleIndex; --s) {

Expand Down

0 comments on commit 7647708

Please sign in to comment.