From abc1873a15528c0d5683d00fb200ce3bfbf2acac Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Thu, 23 May 2019 16:27:09 +0200
Subject: [PATCH] v1.3.2.13 DOC: reindent PE_Oudin example code

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 4fa20fd6..1ddfa144 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.12
+Version: 1.3.2.13
 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 de459157..0a2ea921 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.2.12 Release Notes (2019-05-23)
+### 1.3.2.13 Release Notes (2019-05-23)
 
 
 #### New features
diff --git a/man/PE_Oudin.Rd b/man/PE_Oudin.Rd
index ce23cc17..7438c5f2 100644
--- a/man/PE_Oudin.Rd
+++ b/man/PE_Oudin.Rd
@@ -64,8 +64,8 @@ The use of the \code{PEdaily_Oudin} corresponds to the first case of the use of
 library(airGR)
 data(L0123001)
 PotEvap <- PE_Oudin(JD = as.POSIXlt(BasinObs$DatesR)$yday + 1,
-                         Temp = BasinObs$T,
-                         Lat = 0.8, LatUnit = "rad")
+                    Temp = BasinObs$T,
+                    Lat = 0.8, LatUnit = "rad")
 }
 
 
-- 
GitLab