From 30317b54be3a0c9de488a58373300ce10fc5439a Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Tue, 21 May 2019 16:54:03 +0200
Subject: [PATCH] v1.3.0.16 DOC: minor revision of comment in frun_CEMANEIGE.f
 Fortran file

---
 DESCRIPTION          | 4 ++--
 NEWS.rmd             | 2 +-
 src/frun_CEMANEIGE.f | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index bd1b6c00..482c6705 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.0.15
-Date: 2019-05-20
+Version: 1.3.0.16
+Date: 2019-05-21
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
diff --git a/NEWS.rmd b/NEWS.rmd
index 7ce58718..7f7b926d 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.0.15 Release Notes (2019-05-20)
+### 1.3.0.16 Release Notes (2019-05-21)
 
 
 #### New features
diff --git a/src/frun_CEMANEIGE.f b/src/frun_CEMANEIGE.f
index ef866eb1..f3389245 100644
--- a/src/frun_CEMANEIGE.f
+++ b/src/frun_CEMANEIGE.f
@@ -11,7 +11,7 @@
      &                             MeanAnSolidPrecip    , ! [double]  value of annual mean solid precip [mm/y]
      &                             NParam               , ! [integer] number of model parameter
      &                             Param                , ! [double]  parameter set
-     &                             NStates              , ! [integer] number of state variables used for model initialising = 2
+     &                             NStates              , ! [integer] number of state variables used for model initialisation = 4
      &                             StateStart           , ! [double]  state variables used when the model run starts
      &                             IsHyst               , ! [logical] whether we should use the linear hysteresis or not
      &                             NOutputs             , ! [integer] number of output series
-- 
GitLab