Skip to content

Commit

Permalink
change projection output filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking authored Feb 4, 2024
1 parent 3455fc8 commit cc0d2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@ template <typename problem_t> void AMRSimulation<problem_t>::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());
Expand Down

0 comments on commit cc0d2ed

Please sign in to comment.