Skip to content
Snippets Groups Projects
Commit 2fb0f958 authored by lhausamm's avatar lhausamm
Browse files

Fix order argument

parent f1860215
No related branches found
No related tags found
1 merge request!499Improved grackle
...@@ -236,7 +236,7 @@ __attribute__((always_inline)) INLINE static void cooling_first_init_part( ...@@ -236,7 +236,7 @@ __attribute__((always_inline)) INLINE static void cooling_first_init_part(
#endif // MODE >= 3 #endif // MODE >= 3
#if COOLING_GRACKLE_MODE > 0 #if COOLING_GRACKLE_MODE > 0
cooling_compute_equilibrium(phys_const, us, cosmo, p, xp, cooling); cooling_compute_equilibrium(phys_const, us, cosmo, cooling, p, xp);
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment