Skip to content
Snippets Groups Projects
Commit 305f5ad5 authored by Wautelet Philippe's avatar Wautelet Philippe
Browse files

Philippe 26/10/2021: increase NMSGLGTMAX (necessary for PRINT_FLATPOOL_STATS)

parent 52c3ff64
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ use modd_io, only: NVERB_FATAL, NVERB_ERROR, NVERB_WARNING, NVERB_INFO, NVERB_DE
implicit none
integer, parameter :: NMSGLGTMAX = 100 ! Maximum length for a message
integer, parameter :: NMSGLGTMAX = 132 ! Maximum length for a message
integer, parameter :: NMSGLLINEMAX = 10 ! Maximum number of lines for a message
character(len=NMSGLGTMAX), dimension(NMSGLLINEMAX) :: cmnhmsg = ''
......
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