Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed May 10, 2024
1 parent dcc192e commit 7b96e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public static SpimData2 splitImages( final SpimData2 spimData, final long[] over
newIpl.setInterestPoints( newIp );
newIpl.setParameters( oldIpl.getParameters() );
newIpl.setCorrespondingInterestPoints( new ArrayList<>() );
newVipl.addInterestPointList( label, newIpl ); // still add
newVipl.addInterestPointList( label + "_split", newIpl ); // still add
}
}
newInterestpoints.put( newViewId, newVipl );
Expand Down

0 comments on commit 7b96e30

Please sign in to comment.