Skip to content

Commit

Permalink
fix compilation of gresho vortex
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 30, 2024
1 parent 677b8ea commit 1c38f2c
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 1c38f2c

Please sign in to comment.