Merge branch 'master' into reconnection
This commit is contained in:
commit
5f716aada4
@ -296,10 +296,6 @@ program amun
|
||||
!
|
||||
call get_parameter_integer("ndat" , ndat)
|
||||
|
||||
! initialize module USER_PROBLEM
|
||||
!
|
||||
call initialize_user_problem(master, iret)
|
||||
|
||||
! initialize MPI module and print info
|
||||
!
|
||||
if (master) then
|
||||
@ -346,6 +342,10 @@ program amun
|
||||
!
|
||||
if (iret > 0) go to 60
|
||||
|
||||
! initialize module USER_PROBLEM
|
||||
!
|
||||
call initialize_user_problem(master, iret)
|
||||
|
||||
! initialize refinement module and print info
|
||||
!
|
||||
if (master) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user