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
4b07ee78
Commit
4b07ee78
authored
Feb 06, 2019
by
Matthieu Schaller
Browse files
Documentation fixes.
parent
e81732ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/cooling/Compton/cooling.h
View file @
4b07ee78
...
...
@@ -41,7 +41,6 @@
*
* @param cosmo The current cosmological model.
* @param cooling The #cooling_function_data used in the run.
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
)
{
...
...
src/cooling/const_du/cooling.h
View file @
4b07ee78
...
...
@@ -51,7 +51,6 @@
*
* @param cosmo The current cosmological model.
* @param cooling The #cooling_function_data used in the run.
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
)
{
...
...
src/cooling/const_lambda/cooling.h
View file @
4b07ee78
...
...
@@ -50,7 +50,6 @@
*
* @param cosmo The current cosmological model.
* @param cooling The #cooling_function_data used in the run.
* @param restart_flag Are we calling this directly after a restart?
*/
INLINE
static
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
)
{
...
...
src/star_formation/EAGLE/star_formation.h
View file @
4b07ee78
...
...
@@ -389,7 +389,6 @@ INLINE static void star_formation_update_part_not_SFR(
* @param xp the additional properties of the gas particles.
* @param sp the new created star particle with its properties.
* @param starform the star formation law properties to use.
* @param phys_const the physical constants in internal units.
* @param cosmo the cosmological parameters and properties.
* @param with_cosmology if we run with cosmology.
*/
...
...
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