Skip to content

Commit

Permalink
v.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Oct 27, 2023
1 parent 021df3c commit 52195ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bigtrace/volume/VolumeMisc.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static < T extends Comparable< T > & Type< T > > boolean findMaxLocationC
final IterableInterval< T > input, final RealPoint maxLocation, final Cuboid3D clickCone )
{
// create a cursor for the image (the order does not matter)
final Cursor< T > cursor = input.cursor();
final Cursor< T > cursor = input.localizingCursor();

boolean bFound=false;
// initialize min and max with the first image value
Expand Down

0 comments on commit 52195ac

Please sign in to comment.