Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Data2Dynamics/d2d
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasneubrand committed Oct 21, 2024
2 parents 602c24f + 91c18fb commit cc3031f
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 cc3031f

Please sign in to comment.