Commit 510dda5b authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.3.3 CLEAN: remove print in CreateIniStates

Showing with 2 additions and 3 deletions
+2 -3
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.3.2 Version: 1.2.3.3
Date: 2019-02-19 Date: 2019-02-19
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.2.3.2 Release Notes (2019-02-19) ### 1.2.3.32 Release Notes (2019-02-19)
......
...@@ -200,7 +200,6 @@ CreateIniStates <- function(FUN_MOD, InputsModel, ...@@ -200,7 +200,6 @@ CreateIniStates <- function(FUN_MOD, InputsModel,
## check length ## check length
if (!is.numeric(ProdStore) || length(ProdStore) != 1L) { if (!is.numeric(ProdStore) || length(ProdStore) != 1L) {
print(ProdStore)
stop("'ProdStore' must be numeric of length one") stop("'ProdStore' must be numeric of length one")
} }
if (!is.numeric(RoutStore) || length(RoutStore) != 1L) { if (!is.numeric(RoutStore) || length(RoutStore) != 1L) {
......
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