From a157fefbadc1fd8e6de8bc998fafdc9247f54f6b Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Wed, 26 Oct 2016 10:59:31 +0200
Subject: [PATCH] The CreateInputsModel() and DataAltiExtrapolation_Valery()
 function allows both POSIX formats (POSIXct and POSIXlt). #3896

---
 man/CreateInputsModel.Rd            | 2 +-
 man/DataAltiExtrapolation_Valery.Rd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/CreateInputsModel.Rd b/man/CreateInputsModel.Rd
index e9788fed..c3e25330 100644
--- a/man/CreateInputsModel.Rd
+++ b/man/CreateInputsModel.Rd
@@ -10,7 +10,7 @@ CreateInputsModel(FUN_MOD, DatesR, Precip, PotEvap = NULL, TempMean = NULL,
 \arguments{
 \item{FUN_MOD}{[function] hydrological model function (e.g. RunModel_GR4J, RunModel_CemaNeigeGR4J)}
 
-\item{DatesR}{[POSIXlt] vector of dates required to create the GR model and CemaNeige module inputs}
+\item{DatesR}{[POSIXt] vector of dates required to create the GR model and CemaNeige module inputs}
 
 \item{Precip}{[numeric] time series of total precipitation (catchment average) [mm], required to create the GR model and CemaNeige module inputs}
 
diff --git a/man/DataAltiExtrapolation_Valery.Rd b/man/DataAltiExtrapolation_Valery.Rd
index 055e3cc7..6f625a27 100644
--- a/man/DataAltiExtrapolation_Valery.Rd
+++ b/man/DataAltiExtrapolation_Valery.Rd
@@ -7,7 +7,7 @@ DataAltiExtrapolation_Valery(DatesR, Precip, TempMean, TempMin = NULL,
   TempMax = NULL, ZInputs, HypsoData, NLayers, verbose = TRUE)
 }
 \arguments{
-\item{DatesR}{[POSIXlt] vector of dates}
+\item{DatesR}{[POSIXt] vector of dates}
 
 \item{Precip}{[numeric] time series of daily total precipitation (catchment average) [mm]}
 
-- 
GitLab