Skip to content

Commit

Permalink
consistent default for setting 'nCVRestart'
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasneubrand committed Oct 18, 2024
1 parent beaa579 commit 91c18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arFramework3/Subfunctions/arCalcMerit.m
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
allowNegativeX = 0;

if(~isfield(ar.config, 'nCVRestart') || isnan(ar.config.nCVRestart))
nCVRestart = 10;
nCVRestart = 1;
else
nCVRestart = ar.config.nCVRestart;
end
Expand Down

0 comments on commit 91c18fb

Please sign in to comment.