diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp b/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp index a6811f5f7..81b79c7ff 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp @@ -1,6 +1,7 @@ #include "FlushFormatAscent.H" #include "WarpX.H" +#include "Utils/TextMsg.H" #include "Utils/WarpXProfilerWrapper.H" #include <AMReX.H> @@ -96,7 +97,7 @@ FlushFormatAscent::WriteParticles(const amrex::Vector<ParticleDiag>& particle_di for (; rvn_it != real_comps_map.end(); ++rvn_it) if (rvn_it->second == j) break; - AMREX_ALWAYS_ASSERT_WITH_MESSAGE( + WARPX_ALWAYS_ASSERT_WITH_MESSAGE( rvn_it != real_comps_map.end(), "Ascent: SoA real attribute not found"); std::string varname = rvn_it->first; |