Skip to content

Commit

Permalink
Minor fix to boottrap_errors.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed May 6, 2016
1 parent 343ce05 commit 06839b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bootstrap_errors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int BootstrapErrors( const double *bestfitParams, mp_par *parameterLimits,


if (nSuccessfulIterations < MIN_ITERATIONS_FOR_STATISTICS) {
printf("\nNot enough successful bootstrap iterations for meaningful statistics!\n",
printf("\nNot enough successful bootstrap iterations (%d) for meaningful statistics!\n",
nSuccessfulIterations);
}
else {
Expand Down

0 comments on commit 06839b2

Please sign in to comment.