Skip to content

Commit

Permalink
fix stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 7, 2024
1 parent 0e8bf4d commit c72cc80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Void call() throws Exception
}
}

if ( points != null )
if ( p != null )
for ( final String point : p )
if ( point.trim().length() > 0 ) points.add( Import.csvStringToDoubleArray( point ) );

Expand Down

0 comments on commit c72cc80

Please sign in to comment.