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

Correct typo in error message and forgotten debugging branch.

parent 6ec5cfdf
No related branches found
No related tags found
1 merge request!805Communication tasks for on-the-fly star formation
......@@ -291,10 +291,6 @@ void engine_addtasks_send_stars(struct engine *e, struct cell *ci,
scheduler_addunlock(s, ci->hydro.super->stars.drift, t_feedback);
scheduler_addunlock(s, ci->super->timestep, t_ti);
/* Update the stars counts before you send them */
if (with_star_formation && ci->hydro.count > 0) {
}
}
engine_addlink(e, &ci->mpi.send, t_feedback);
......
......@@ -116,7 +116,7 @@ runner_iact_nonsym_feedback_apply(const float r2, const float *dx,
#ifdef SWIFT_DEBUG_CHECKS
if (Omega_frac < 0. || Omega_frac > 1.)
error("Invalid fraction of material to dsitribute. Omega_frac=%e",
error("Invalid fraction of material to distribute. Omega_frac=%e",
Omega_frac);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment