Skip to content

Commit

Permalink
fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 27, 2023
1 parent 14b8232 commit c9f7708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion low_mass_convective_star/init_1d.H
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ AMREX_INLINE void init_1d() {

// output

write_model(problem_rp::prefix, xzn_hse, model_hse);
std::string out_base = problem_rp::prefix + ".hse";

write_model(out_base, xzn_hse, model_hse);

// compute the maximum HSE error

Expand Down

0 comments on commit c9f7708

Please sign in to comment.