Skip to content

Commit

Permalink
Remove Cce dependency from Interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Oct 17, 2022
1 parent 9540818 commit 5813b18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ParallelAlgorithms/Interpolation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ target_link_libraries(
Time
Utilities
INTERFACE
Cce
DgSubcell
EventsAndTriggers
GeneralizedHarmonic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#pragma once

#include "DataStructures/DataBox/DataBox.hpp"
#include "Evolution/Systems/Cce/Actions/ReceiveGhWorldtubeData.hpp"
#include "Evolution/Systems/Cce/Components/WorldtubeBoundary.hpp"
#include "Evolution/Systems/GeneralizedHarmonic/Tags.hpp"
#include "Parallel/GlobalCache.hpp"
#include "Parallel/Invoke.hpp"
Expand All @@ -14,6 +12,18 @@
#include "Utilities/ProtocolHelpers.hpp"
#include "Utilities/TMPL.hpp"

/// \cond
namespace Cce {
template <class Metavariables>
struct GhWorldtubeBoundary;

namespace Actions {
template <typename EvolutionComponent, bool DuringSelfStart>
struct ReceiveGhWorldtubeData;
} // namespace Actions
} // namespace Cce
/// \endcond

namespace intrp {
namespace callbacks {

Expand Down

0 comments on commit 5813b18

Please sign in to comment.