Skip to content
Snippets Groups Projects
Commit fbb500d7 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 18/11/2021:mode_mg_read_param.f90, Pb detected with crayftn compiler => format(L6) -> (I6)

parent 2003e5d4
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ subroutine read_multigrid_parameters(filename,mg_param)
write(STDOUT,NML=parameters_multigrid)
write(STDOUT,'("---------------------------------------------- ")')
write(STDOUT,'("Multigrid parameters")')
write(STDOUT,'(" verbose = ",L6)') verbose
write(STDOUT,'(" verbose = ",I6)') verbose
write(STDOUT,'(" levels = ",I3)') n_lev
write(STDOUT,'(" splitlevel = ",I3)') lev_split
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment