Skip to content
Snippets Groups Projects
Commit 53276ec5 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Extended changes to the other hydro schemes

parent 37b049de
Branches
Tags
1 merge request!167Kick task for fixdt and proper treatment of conserved quantities
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* *
*/ */
__attribute__((always_inline)) INLINE static float hydro_compute_timestep( __attribute__((always_inline)) INLINE static float hydro_compute_timestep(
struct part* p, struct xpart* xp, const struct part* p, const struct xpart* xp,
const struct hydro_props* hydro_properties) { const struct hydro_props* hydro_properties) {
const float CFL_condition = hydro_properties->CFL_condition; const float CFL_condition = hydro_properties->CFL_condition;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* *
*/ */
__attribute__((always_inline)) INLINE static float hydro_compute_timestep( __attribute__((always_inline)) INLINE static float hydro_compute_timestep(
struct part* p, struct xpart* xp, const struct part* p, const struct xpart* xp,
const struct hydro_props* hydro_properties) { const struct hydro_props* hydro_properties) {
const float CFL_condition = hydro_properties->CFL_condition; const float CFL_condition = hydro_properties->CFL_condition;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment