diff options
Diffstat (limited to 'R/mkinfit.R')
-rw-r--r-- | R/mkinfit.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R index d7de718b..704e70a9 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -542,6 +542,8 @@ mkinfit <- function(mkinmod, observed, { assign("calls", calls + 1, inherits = TRUE) # Increase the model solution counter + #browser() + # Trace parameter values if requested and if we are actually optimising if(trace_parms & update_data) cat(format(P, width = 10, digits = 6), "\n") |