diff --git a/src/Evolution/Executables/GrMhd/GhValenciaDivClean/GhValenciaDivCleanBase.hpp b/src/Evolution/Executables/GrMhd/GhValenciaDivClean/GhValenciaDivCleanBase.hpp index bae017435b34..8875412a8d4a 100644 --- a/src/Evolution/Executables/GrMhd/GhValenciaDivClean/GhValenciaDivCleanBase.hpp +++ b/src/Evolution/Executables/GrMhd/GhValenciaDivClean/GhValenciaDivCleanBase.hpp @@ -670,10 +670,10 @@ struct GhValenciaDivCleanTemplateBase< static constexpr auto default_phase_order = std::array{ {Parallel::Phase::Initialization, Parallel::Phase::RegisterWithElementDataReader, - Parallel::Phase::ImportInitialData, + Parallel::Phase::Register, Parallel::Phase::ImportInitialData, Parallel::Phase::InitializeInitialDataDependentQuantities, - Parallel::Phase::InitializeTimeStepperHistory, Parallel::Phase::Register, - Parallel::Phase::Evolve, Parallel::Phase::Exit}}; + Parallel::Phase::InitializeTimeStepperHistory, Parallel::Phase::Evolve, + Parallel::Phase::Exit}}; struct SubcellOptions { using evolved_vars_tags = typename system::variables_tag::tags_list;