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
7da1278d
Commit
7da1278d
authored
Sep 01, 2015
by
Matthieu Schaller
Browse files
Corrected Doxygen documentation of the new (non-nested) functions.
Former-commit-id: 918c17d5f2eb5d5920da879cba70831d0c32d5f7
parent
2d0b7a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
7da1278d
...
...
@@ -781,7 +781,7 @@ void space_map_clearsort(struct cell *c, void *data) {
/**
* @brief Map a function to all particles in a cell recursively.
*
* @param
s
The #
spa
ce we are working in.
* @param
c
The #ce
ll
we are working in.
* @param fun Function pointer to apply on the cells.
* @param data Data passed to the function fun.
*/
...
...
@@ -825,7 +825,7 @@ void space_map_parts(struct space *s,
/**
* @brief Map a function to all particles in a cell recursively.
*
* @param
s
The #
spa
ce we are working in.
* @param
c
The #ce
ll
we are working in.
* @param full Map to all cells, including cells with sub-cells.
* @param fun Function pointer to apply on the cells.
* @param data Data passed to the function fun.
...
...
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