Skip to content
Snippets Groups Projects
Commit 3d0bd69b authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 15/09/2023: bugfix: forgot to pass optional dummy argument from...

Philippe 15/09/2023: bugfix: forgot to pass optional dummy argument from Print_msg_multi_cmnhmsg to Print_msg_multi
parent 65d86107
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 2017-2022 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2017-2023 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
......@@ -65,7 +65,7 @@ subroutine Print_msg_multi_cmnhmsg( kverb, hdomain, hsubr, olocal )
ilines = ilines - 1
end do
call Print_msg_multi( kverb, hdomain, hsubr, cmnhmsg(1 : ilines) )
call Print_msg_multi( kverb, hdomain, hsubr, cmnhmsg(1 : ilines), olocal )
!Empty the message buffer
!This is necessary especially if the next call contain a shorter message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment