Commit 00e5dde3 authored by Delaigue Olivier's avatar Delaigue Olivier Committed by Delaigue Olivier
Browse files

v1.2.0.2 CLEAN: remove print in CreateInputsCrit

Showing with 2 additions and 4 deletions
+2 -4
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")),
......
......@@ -13,7 +13,7 @@ output:
### 1.1.2.34 Release Notes (2019-01-29)
### 1.1.2.35 Release Notes (2019-01-29)
......
......@@ -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)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment