Skip to content

Commit 0c1806f

Browse files
fix small output bug
1 parent bee5187 commit 0c1806f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/preibisch/bigstitcher/spark/SparkAffineFusion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ else if ( dataType == DataType.UINT16 )
361361
if ( intensityN5PathURIString != null )
362362
{
363363
intensityN5PathURI = URITools.toURI( intensityN5PathURIString );
364-
System.out.println( "Intensity coefficients: " + outPathURI );
364+
System.out.println( "Intensity coefficients: " + intensityN5PathURI );
365365

366366
if ( intensityN5StorageType == null )
367367
{

0 commit comments

Comments
 (0)