diff --git a/src/simulation.hpp b/src/simulation.hpp index 14ad4d1d7..231576243 100644 --- a/src/simulation.hpp +++ b/src/simulation.hpp @@ -2343,7 +2343,7 @@ template void AMRSimulation::WriteProjectionPlot ++iter; } - const std::string basename = "proj" + dir_str; + const std::string basename = "proj_" + dir_str + "_plt"; const std::string filename = amrex::Concatenate(basename, istep[0], 5); amrex::Print() << "Writing projection " << filename << "\n"; const amrex::Geometry mygeom(firstFab.box());