From 83bca069bce268adc1a2b32a146a8a83398633b7 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Fri, 21 May 2021 11:27:54 +0200
Subject: [PATCH] Philippe 21/05/2021: budgets: point -> Point for aircrafts

---
 src/MNH/write_aircraft_balloon.f90 | 2 +-
 src/MNH/write_diachro.f90          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MNH/write_aircraft_balloon.f90 b/src/MNH/write_aircraft_balloon.f90
index 0723a49e2..10d01553e 100644
--- a/src/MNH/write_aircraft_balloon.f90
+++ b/src/MNH/write_aircraft_balloon.f90
@@ -868,7 +868,7 @@ tzbudiachro%clevels  (NLVL_GROUP)       = Trim( ygroup )
 tzbudiachro%ccomments(NLVL_GROUP)       = 'Values for flyer ' // Trim( tpflyer%title )
 
 tzbudiachro%lleveluse(NLVL_SHAPE)       = .true.
-tzbudiachro%clevels  (NLVL_SHAPE)       = 'point'
+tzbudiachro%clevels  (NLVL_SHAPE)       = 'Point'
 tzbudiachro%ccomments(NLVL_SHAPE)       = 'Values at position of flyer ' // Trim( tpflyer%title )
 
 tzbudiachro%lleveluse(NLVL_TIMEAVG)     = .false.
diff --git a/src/MNH/write_diachro.f90 b/src/MNH/write_diachro.f90
index 0290a970a..59b58d3da 100644
--- a/src/MNH/write_diachro.f90
+++ b/src/MNH/write_diachro.f90
@@ -273,7 +273,7 @@ else if ( ycategory == 'LES budgets' ) then
     ytype = 'SPXY'
   end if
 else if ( ycategory == 'Flyers' ) then
-  if ( yshape == 'point' ) then
+  if ( yshape == 'Point' ) then
     ytype = 'RSPL'
   else
     ytype = 'CART'
-- 
GitLab