Skip to content

Commit 7de525f

Browse files
committed
fix comment
1 parent d5e11c4 commit 7de525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/imglib2/algorithm/blocks/transform/Affine2DProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RealInterval estimateBounds( final Interval interval )
9494
return transformToSource.estimateBounds( interval );
9595
}
9696

97-
// specific to 3D
97+
// specific to 2D
9898
@Override
9999
public void compute( final P src, final P dest )
100100
{

0 commit comments

Comments
 (0)