From d7b74bc8c5dbdf06be717fe25de123cc271497ed Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 10 Dec 2020 14:28:32 +0100 Subject: [PATCH] Philippe 10/12/2020: bugfix: add missing dummy argument in argument list (fix for commit 24f50e23) --- src/MNH/write_diachro.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MNH/write_diachro.f90 b/src/MNH/write_diachro.f90 index a0cdbe614..5bc302d87 100644 --- a/src/MNH/write_diachro.f90 +++ b/src/MNH/write_diachro.f90 @@ -17,7 +17,7 @@ contains subroutine Write_diachro( tpdiafile, tpfields, hgroup, htype, & tpdates, pvar, & oicp, ojcp, okcp, kil, kih, kjl, kjh, kkl, kkh, & - ptrajx, ptrajy, ptrajz ) + ptrajx, ptrajy, ptrajz, osplit ) ! ######################################################################### ! !!**** *WRITE_DIACHRO* - Ecriture d'un enregistrement dans un fichier -- GitLab