From c103f1257621e828fab0744508c756f40654f283 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Mon, 18 Mar 2019 14:17:20 +0100
Subject: [PATCH] v1.2.9.18 UPDATE: warning message revision in
 TransfoParam_CemaNeigeHyst

---
 DESCRIPTION                    | 2 +-
 NEWS.rmd                       | 2 +-
 R/TransfoParam_CemaNeigeHyst.R | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3d61cb7d..9629a5e8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 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")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 29f7061a..dac1b7f9 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.9.17 Release Notes (2019-03-18) 
+### 1.2.9.18 Release Notes (2019-03-18) 
 
 
 
diff --git a/R/TransfoParam_CemaNeigeHyst.R b/R/TransfoParam_CemaNeigeHyst.R
index 9f055538..efd8c54f 100644
--- a/R/TransfoParam_CemaNeigeHyst.R
+++ b/R/TransfoParam_CemaNeigeHyst.R
@@ -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))
   }
   
   
-- 
GitLab