From a6db3c215e15af36fbd8c11760431a6799f168f3 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Mon, 20 May 2019 12:04:02 +0200
Subject: [PATCH] v1.3.0.10 DOC: example corrected for RunModel_CemaNeigeGR4H

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 28deba3e..d7adbfae 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.3.0.9
+Version: 1.3.0.10
 Date: 2019-05-20
 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 44775d4b..21199a2d 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.0.9 Release Notes (2019-05-20)
+### 1.3.0.10 Release Notes (2019-05-20)
 
 
 #### New features
diff --git a/man/RunModel_CemaNeigeGR4H.Rd b/man/RunModel_CemaNeigeGR4H.Rd
index f7fe04ed..c7ae7a7a 100644
--- a/man/RunModel_CemaNeigeGR4H.Rd
+++ b/man/RunModel_CemaNeigeGR4H.Rd
@@ -89,8 +89,8 @@ library(airGR)
 
 ## loading catchment data
 data(L0123002)
-BasinObs$DatesR <- seq(from = as.POSIXct("1984-01-01", tz = "UTC"),
-                       to = as.POSIXct("1984-01-01", tz = "UTC") + length(BasinObs$DatesR),
+BasinObs$DatesR <- seq(from = BasinObs$DatesR[1L],
+                       length.out = length(BasinObs$DatesR),
                        by = "hour")
 
 ## preparation of the InputsModel object
-- 
GitLab