From c3f476870f904cba66294a6f345a76b8f73c0b75 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Tue, 22 May 2018 14:14:56 +0200
Subject: [PATCH] v1.0.10.4 end date of the run period changed in the
 RunModel_GR4H doc

---
 DESCRIPTION          | 2 +-
 NEWS.rmd             | 2 +-
 man/RunModel_GR4H.Rd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3397737f..ab1562d7 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.0.10.3
+Version: 1.0.10.4
 Date: 2018-05-22
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 06b09484..ea742956 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.10.3 Release Notes (2018-05-22) 
+### 1.0.10.4 Release Notes (2018-05-22) 
 
 
 ____________________________________________________________________________________
diff --git a/man/RunModel_GR4H.Rd b/man/RunModel_GR4H.Rd
index bdb8be19..402fa502 100644
--- a/man/RunModel_GR4H.Rd
+++ b/man/RunModel_GR4H.Rd
@@ -75,7 +75,7 @@ InputsModel <- CreateInputsModel(FUN_MOD=RunModel_GR4H,DatesR=BasinObs$DatesR,
 
 ## run period selection
 Ind_Run <- seq(which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="01/03/2004 00:00"),
-               which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008 00:00"))
+               which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008 23:00"))
 
 ## preparation of the RunOptions object
 RunOptions <- CreateRunOptions(FUN_MOD=RunModel_GR4H,InputsModel=InputsModel,IndPeriod_Run=Ind_Run)
-- 
GitLab