Commit 13c1b616 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.1.2.42 CLEAN: remove print in CreateIniStates

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