diff --git a/R/InsuranceContract.R b/R/InsuranceContract.R index 9d033eebb0d62b97fbbfed8d40fe477c07cc1c7b..43da58d030c0868abfb35ae57b06bd81cf4d7597 100644 --- a/R/InsuranceContract.R +++ b/R/InsuranceContract.R @@ -376,7 +376,7 @@ InsuranceContract = R6Class( #' #' @examples #' # TODO - addBlock = function(id = NULL, block = NULL, t = block$Values$int$blockStart, comment = comment, ...) { + addBlock = function(id = NULL, block = NULL, t = block$Values$int$blockStart, comment = paste0("Additional block at time t=", t), ...) { if (getOption('LIC.debug.addBlock', FALSE)) { browser(); }