Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
7da1278d
Commit
7da1278d
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Corrected Doxygen documentation of the new (non-nested) functions.
Former-commit-id: 918c17d5f2eb5d5920da879cba70831d0c32d5f7
parent
2d0b7a59
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/space.c
+2
-2
2 additions, 2 deletions
src/space.c
with
2 additions
and
2 deletions
src/space.c
+
2
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment