From c2ce8febb1dea0db88beb8753a42e1037cae8d09 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Thu, 23 May 2019 16:12:11 +0200
Subject: [PATCH] v1.3.2.12 CLEAN: LatRad unused arg removed from PE_Oudin fun

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 25b6880b..4fa20fd6 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.2.11
+Version: 1.3.2.12
 Date: 2019-05-23
 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 3defc893..de459157 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.2.11 Release Notes (2019-05-23)
+### 1.3.2.12 Release Notes (2019-05-23)
 
 
 #### New features
diff --git a/man/PE_Oudin.Rd b/man/PE_Oudin.Rd
index da6b95b1..ce23cc17 100644
--- a/man/PE_Oudin.Rd
+++ b/man/PE_Oudin.Rd
@@ -10,7 +10,7 @@
 
 
 \usage{
-PE_Oudin(JD, Temp, LatRad, Lat, LatUnit,
+PE_Oudin(JD, Temp, Lat, LatUnit,
          TimeStepIn = "daily", TimeStepOut = "daily")
 
 ## deprectated function
-- 
GitLab