Skip to content

Commit

Permalink
Update ImportTGMMAnnotationPlugin_.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdominguez authored Jun 1, 2021
1 parent 14e451c commit 677e551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ protected Model createModel( final File tgmmFolder, final SpimDataMinimal spimDa
transforms.add( regs.getViewRegistration( t.getId(), setupID ).getModel() );
}

final TGMMImporter2 importer = new TGMMImporter2( tgmmFolder, transforms, timepoints, TGMMImporter2.DEFAULT_PATTERN, logger, interval, tFrom, tTo, doBreakDiv );
final TGMMImporter2 importer = new TGMMImporter2( tgmmFolder, transforms, timepoints, TGMMImporter2.DEFAULT_PATTERN, logger, interval, tFrom, tTo );
if ( !importer.checkInput() || !importer.process() )
{
logger.error( importer.getErrorMessage() );
Expand Down

0 comments on commit 677e551

Please sign in to comment.