Skip to content
Snippets Groups Projects
Commit e928c157 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Fix up documentation

parent e9b19d66
Branches
Tags
1 merge request!267Mark tasks in drift2
......@@ -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.
*/
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment