Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
e928c157
Commit
e928c157
authored
Oct 13, 2016
by
Peter W. Draper
Browse files
Fix up documentation
parent
e9b19d66
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
e928c157
...
...
@@ -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.
*/
...
...
src/runner.c
View file @
e928c157
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment