Merge branch 'master' into reconnection

This commit is contained in:
Grzegorz Kowal 2017-03-08 13:44:08 -03:00
commit 5f716aada4

View File

@ -296,10 +296,6 @@ program amun
! !
call get_parameter_integer("ndat" , ndat) call get_parameter_integer("ndat" , ndat)
! initialize module USER_PROBLEM
!
call initialize_user_problem(master, iret)
! initialize MPI module and print info ! initialize MPI module and print info
! !
if (master) then if (master) then
@ -346,6 +342,10 @@ program amun
! !
if (iret > 0) go to 60 if (iret > 0) go to 60
! initialize module USER_PROBLEM
!
call initialize_user_problem(master, iret)
! initialize refinement module and print info ! initialize refinement module and print info
! !
if (master) then if (master) then