Commit c103f125 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.9.18 UPDATE: warning message revision in TransfoParam_CemaNeigeHyst

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.2.9.17
Version: 1.2.9.18
Date: 2019-03-18
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -13,7 +13,7 @@ output:
### 1.2.9.17 Release Notes (2019-03-18)
### 1.2.9.18 Release Notes (2019-03-18)
......
......@@ -16,7 +16,7 @@ TransfoParam_CemaNeigeHyst <- function(ParamIn, Direction) {
stop("'Direction' must be a character vector of length 1 equal to 'RT' or 'TR'")
}
if (ncol(ParamIn) != NParam) {
stop(sprintf( "the CemaNeige module with hysteresis requires %i parameters", NParam))
stop(sprintf( "the CemaNeige module with linear hysteresis requires %i parameters", NParam))
}
......
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