Skip to content

Commit

Permalink
Fix a compiler error in GH+CCE/M executables
Browse files Browse the repository at this point in the history
Still don't compile.
  • Loading branch information
nilsvu committed Sep 28, 2023
1 parent 1f1ae4a commit b46dc43
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "Domain/Creators/RegisterDerivedWithCharm.hpp"
#include "Domain/Creators/TimeDependence/RegisterDerivedWithCharm.hpp"
#include "Domain/FunctionsOfTime/RegisterDerivedWithCharm.hpp"
#include "Evolution/Actions/RunEventsAndTriggers.hpp"
#include "Evolution/Executables/Cce/CharacteristicExtractBase.hpp"
#include "Evolution/Executables/GeneralizedHarmonic/GeneralizedHarmonicBase.hpp"
#include "Evolution/Systems/Cce/Actions/SendGhVarsToCce.hpp"
Expand Down Expand Up @@ -190,8 +191,9 @@ struct EvolutionMetavars : public GeneralizedHarmonicTemplateBase<VolumeDim>,
Parallel::Actions::TerminatePhase>>,
Parallel::PhaseActions<
Parallel::Phase::Evolve,
tmpl::list<Actions::RunEventsAndTriggers, Actions::ChangeSlabSize,
step_actions<false>, Actions::AdvanceTime,
tmpl::list<evolution::Actions::RunEventsAndTriggers,
Actions::ChangeSlabSize, step_actions<false>,
Actions::AdvanceTime,
PhaseControl::Actions::ExecutePhaseChange>>>>>;

template <bool DuringSelfStart>
Expand Down

0 comments on commit b46dc43

Please sign in to comment.