From 00e5dde3d275931f70ff58c617dc7510d01cdc0f Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 29 Jan 2019 10:32:05 +0100 Subject: [PATCH] v1.2.0.2 CLEAN: remove print in CreateInputsCrit --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/CreateInputsCrit.R | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 13771a3c..4a9e3e20 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.1.2.34 +Version: 1.1.2.35 Date: 2019-01-29 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index fed20979..254dcdaa 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.1.2.34 Release Notes (2019-01-29) +### 1.1.2.35 Release Notes (2019-01-29) diff --git a/R/CreateInputsCrit.R b/R/CreateInputsCrit.R index c22396c5..d45f4a1c 100644 --- a/R/CreateInputsCrit.R +++ b/R/CreateInputsCrit.R @@ -143,8 +143,6 @@ CreateInputsCrit <- function(FUN_CRIT, return(NULL) } if (length(iListArgs2$BoolCrit) != LLL) { - print(str(LLL)) - print(str(iListArgs2$BoolCrit)) stop("'BoolCrit' and 'InputsModel' series must have the same length \n", call. = FALSE) return(NULL) } -- GitLab