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

Doxygen fixes.

parent 346d24c2
No related branches found
No related tags found
No related merge requests found
......@@ -670,12 +670,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
* Nothing to do here. We do not need to compute any quantity in the hydro
* density loop for the EAGLE star formation model.
*
* @param phys_const The physical constant in internal units.
* @param us The unit system.
* @param cosmo The current cosmological model.
* @param data The global star_formation information used for this run.
* @param p Pointer to the particle data.
* @param xp Pointer to the extended particle data.
*/
__attribute__((always_inline)) INLINE static void star_formation_init_part(
struct part* restrict p, const struct star_formation* data) {}
......
......@@ -258,12 +258,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
*
* Nothing to do here.
*
* @param phys_const The physical constant in internal units.
* @param us The unit system.
* @param cosmo The current cosmological model.
* @param data The global star_formation information used for this run.
* @param p Pointer to the particle data.
* @param xp Pointer to the extended particle data.
*/
__attribute__((always_inline)) INLINE static void star_formation_init_part(
struct part* restrict p, const struct star_formation* data) {}
......
......@@ -198,12 +198,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
*
* Nothing to do here.
*
* @param phys_const The physical constant in internal units.
* @param us The unit system.
* @param cosmo The current cosmological model.
* @param data The global star_formation information used for this run.
* @param p Pointer to the particle data.
* @param xp Pointer to the extended particle data.
*/
__attribute__((always_inline)) INLINE static void star_formation_init_part(
struct part* restrict p, const struct star_formation* data) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment