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
85e682b3
Commit
85e682b3
authored
Apr 28, 2013
by
Matthieu Schaller
Browse files
Corrected two doxygen typos
Former-commit-id: 0694c4e3df703b42fb8f19301aab007d0143f2f2
parent
4e46d20a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
85e682b3
...
...
@@ -66,13 +66,10 @@ void printParticle ( struct part *parts , long long int id, int N ) {
}
/**
* @brief Looks for the particle with the given id and prints its information to the standard output.
* @brief Prints the details of a given particle to stdout
*
* @param p The particle to print
*
* @param parts The array of particles.
* @param id The id too look for.
* @param N The size of the array of particles.
*
* (Should be used for debugging only as it runs in O(N).)
*/
void
printParticle_single
(
struct
part
*
p
)
{
...
...
src/timers.c
View file @
85e682b3
...
...
@@ -34,7 +34,7 @@ ticks timers[ timer_count ];
*
* @param mask A bitmask of the timers to re-set.
*
* To reset all timers, use the mask #timer_mask_all.
* To reset all timers, use the mask #timer
s
_mask_all.
*/
void
timers_reset
(
unsigned
int
mask
)
{
...
...
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