From e928c1578479483bd53b2d2dd946b8c33cf1b4cb Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Thu, 13 Oct 2016 16:02:08 +0100 Subject: [PATCH] Fix up documentation --- src/cell.c | 1 + src/runner.c | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cell.c b/src/cell.c index 5d3f0673f7..166538aa2f 100644 --- a/src/cell.c +++ b/src/cell.c @@ -899,6 +899,7 @@ int cell_is_drift_needed(struct cell *c, int ti_current) { * if the space needs to be rebuilt. * * @param c the #cell. + * @param s the #scheduler. * * @return 1 If the space needs rebuilding. 0 otherwise. */ diff --git a/src/runner.c b/src/runner.c index cf70e482bc..415af5cb1b 100644 --- a/src/runner.c +++ b/src/runner.c @@ -747,10 +747,13 @@ void runner_do_ghost(struct runner *r, struct cell *c) { } /** - * @brief Drift particles and g-particles in a cell forward in time + * @brief Drift particles and g-particles in a cell forward in time, + * unskipping any tasks associated with active cells. * * @param c The cell. * @param e The engine. + * @param drift whether to actually drift the particles, will not be + * necessary for non-local cells. */ static void runner_do_drift(struct cell *c, struct engine *e, int drift) { -- GitLab