From 681159446354213cfd2713ba52b89edaa112ffad Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Wed, 7 Aug 2024 10:42:16 +0200 Subject: [PATCH] Make linter happy --- src/outputs/parthenon_opmd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/outputs/parthenon_opmd.cpp b/src/outputs/parthenon_opmd.cpp index 646b4124b10d..8e1268ef4413 100644 --- a/src/outputs/parthenon_opmd.cpp +++ b/src/outputs/parthenon_opmd.cpp @@ -17,6 +17,7 @@ //! \file parthenon_openpmd.cpp // \brief Output for OpenPMD https://www.openpmd.org/ (supporting various backends) +#include #include #include #include @@ -25,6 +26,7 @@ #include #include #include +#include #include // Parthenon headers @@ -524,7 +526,7 @@ void OpenPMDOutput::WriteOutputFile(Mesh *pm, ParameterInput *pin, SimTime *tm, if (out_var->IsAllocated()) { // TODO(pgrete) check if we can work with a direct copy from a subview to not // duplicate the memory footprint here -#if 0 +#if 0 // Pick a subview of the active cells of this component auto const data = Kokkos::subview( var->data, 0, 0, icomp, std::make_pair(kb.s, kb.e + 1),