Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed May 10, 2024
1 parent 4e3d637 commit b33231c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static void addSimpleParametersToDialog( final GenericDialog gd )

public static GlobalOptimizationParameters parseSimpleParametersFromDialog( final GenericDialog gd )
{
return getGlobalOptimizationParametersForSelection( gd.getNextChoiceIndex() );
return getGlobalOptimizationParametersForSelection( defaultSimple = gd.getNextChoiceIndex() );
}

public static GlobalOptimizationParameters getGlobalOptimizationParametersForSelection( final int selected )
Expand Down

0 comments on commit b33231c

Please sign in to comment.