Commit 8a47f4fa authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.2.11 CLEAN: minor typo revision of an error message in CreateRunOptions #13

Showing with 3 additions and 3 deletions
+3 -3
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.2.10
Version: 1.4.2.11
Date: 2019-12-10
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -2,7 +2,7 @@
### 1.4.2.10 Release Notes (2019-12-10)
### 1.4.2.11 Release Notes (2019-12-10)
#### New features
......
......@@ -69,7 +69,7 @@ CreateRunOptions <- function(FUN_MOD, InputsModel, IndPeriod_WarmUp = NULL, IndP
}
# if ((!(identical(FUN_MOD, RunModel_GR5H)) | !(identical(FUN_MOD, RunModel_CemaNeigeGR5H))) & "interception" %in% ObjectClass) {
if (!(identical(FUN_MOD, RunModel_GR5H)) & "interception" %in% ObjectClass) {
stop("'IMax' cannot be ser for the chosen 'FUN_MOD'")
stop("'IMax' cannot be se for the chosen 'FUN_MOD'")
}
##check_InputsModel
......
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