diff --git a/src/driver.F90 b/src/driver.F90 index 612afcf..0c47aaf 100644 --- a/src/driver.F90 +++ b/src/driver.F90 @@ -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