diff options
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 0c9b7ce69..60a5afbeb 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -375,13 +375,13 @@ PhysicalParticleContainer::BackwardCompatibility () ParmParse pp_species_name(species_name); std::vector<std::string> backward_strings; if (pp_species_name.queryarr("plot_vars", backward_strings)){ - amrex::Abort("<species>.plot_vars is not supported anymore. " + WARPX_ABORT_WITH_MESSAGE("<species>.plot_vars is not supported anymore. " "Please use the new syntax for diagnostics, see documentation."); } int backward_int; if (pp_species_name.query("plot_species", backward_int)){ - amrex::Abort("<species>.plot_species is not supported anymore. " + WARPX_ABORT_WITH_MESSAGE("<species>.plot_species is not supported anymore. " "Please use the new syntax for diagnostics, see documentation."); } } |