Skip to content

Commit

Permalink
fix compilation of gresho vortex (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 3, 2024
1 parent a79e5b0 commit 4cc8a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void problem_initialize_state_data (int i, int j, int k,
}

u_tot += u_phi;
reint += p/(gamma_const - 1.0_rt);
reint += p/(eos_rp::eos_gamma - 1.0_rt);
}
}
}
Expand Down

0 comments on commit 4cc8a33

Please sign in to comment.