Skip to content
Snippets Groups Projects
Commit 24555216 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct doxygen keywords

parent c4af3c0d
No related branches found
No related tags found
1 merge request!292Drift on demand
......@@ -53,7 +53,7 @@ __attribute__((always_inline)) INLINE static int cell_is_drifted(
*
* @param c The #cell.
* @param e The #engine containing information about the current time.
* @param 1 if the #cell contains at least an active particle, 0 otherwise.
* @return 1 if the #cell contains at least an active particle, 0 otherwise.
*/
__attribute__((always_inline)) INLINE static int cell_is_active(
const struct cell *c, const struct engine *e) {
......@@ -72,7 +72,7 @@ __attribute__((always_inline)) INLINE static int cell_is_active(
*
* @param c The #cell.
* @param e The #engine containing information about the current time.
* @param 1 if all particles in a #cell are active, 0 otherwise.
* @return 1 if all particles in a #cell are active, 0 otherwise.
*/
__attribute__((always_inline)) INLINE static int cell_is_all_active(
const struct cell *c, const struct engine *e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment