Skip to content
Snippets Groups Projects
Commit 8dc73448 authored by Yolan Uyttenhove's avatar Yolan Uyttenhove
Browse files

Revert change fixed in 8f149250

parent 7386eb94
No related branches found
No related tags found
1 merge request!1749Draft: Merge the moving mesh hydro scheme in master
...@@ -198,8 +198,6 @@ __attribute__((always_inline)) INLINE static int cell_is_active_hydro( ...@@ -198,8 +198,6 @@ __attribute__((always_inline)) INLINE static int cell_is_active_hydro(
__attribute__((always_inline)) INLINE static int cell_is_rt_active( __attribute__((always_inline)) INLINE static int cell_is_rt_active(
struct cell *c, const struct engine *e) { struct cell *c, const struct engine *e) {
if (!(e->policy & engine_policy_rt)) return 0;
#ifdef SWIFT_DEBUG_CHECKS #ifdef SWIFT_DEBUG_CHECKS
if (c->rt.ti_rt_end_min < e->ti_current_subcycle) { if (c->rt.ti_rt_end_min < e->ti_current_subcycle) {
error( error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment