Skip to content
Snippets Groups Projects
Commit ec1e57e2 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Allow read-in of both old and new style runoptions

parent 8ebda5a4
No related branches found
No related tags found
No related merge requests found
......@@ -310,10 +310,9 @@ contains
write (1337, '(A)' ) '*** Inspecting run- and test-options ***'
call read_old_runtestoptions(invmod,verbosity,MPI_scheme,oldstyle)
if(.not.oldstyle) then
write (1337, *) ' <<< Reading in new style of run-options. >>>'
call read_runoptions()
end if
write (1337, *) ' <<< Reading in new style of run-options. >>>'
if (oldstyle) write (1337, *) ' WARNING: this may overwrite old-style run-options'
call read_runoptions()
......
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