Skip to content
Snippets Groups Projects
Commit 1aff57d9 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

Do not print default namelist, since we no longer enter the namelist
on standard input.
parent d4d05bc2
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ contains
subroutine config(exist)
use, intrinsic:: ISO_FORTRAN_ENV
! Libraries:
use jumble, only: new_unit
......@@ -39,8 +37,6 @@ contains
read(unit, nml = main_nml)
close(unit)
else
write(unit = error_unit, nml = main_nml)
write(unit = error_unit, fmt = *) "config: Enter namelist main_nml."
open(unit, file = "main_nml.txt", status = "old", action = "read", &
position = "rewind")
read(unit, nml = main_nml)
......
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