Skip to content
Snippets Groups Projects
Commit 0a73042a authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Remove the space from the starformation

parent 79f5b76b
No related branches found
No related tags found
1 merge request!705Star formation following Schaye08
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
*/ */
void starformation_init(struct swift_params* parameter_file, void starformation_init(struct swift_params* parameter_file,
const struct phys_const* phys_const, const struct phys_const* phys_const,
const struct unit_system* us, const struct space* s, const struct unit_system* us,
struct star_formation* starform) { struct star_formation* starform) {
starformation_init_backend(parameter_file, phys_const, us, s, starform); starformation_init_backend(parameter_file, phys_const, us, starform);
} }
/** /**
......
...@@ -76,8 +76,7 @@ static void starformation_convert_to_gas( ...@@ -76,8 +76,7 @@ static void starformation_convert_to_gas(
* */ * */
static void starformation_init_backend( static void starformation_init_backend(
struct swift_params* parameter_file, const struct phys_const* phys_const, struct swift_params* parameter_file, const struct phys_const* phys_const,
const struct unit_system* us, const struct space* s, const struct unit_system* us, const struct star_formation* starform) {}
const struct star_formation* starform) {}
/* @brief Prints the used parameters of the star formation law /* @brief Prints the used parameters of the star formation law
* *
......
...@@ -175,8 +175,7 @@ static void starformation_convert_to_gas( ...@@ -175,8 +175,7 @@ static void starformation_convert_to_gas(
* */ * */
static void starformation_init_backend( static void starformation_init_backend(
struct swift_params* parameter_file, const struct phys_const* phys_const, struct swift_params* parameter_file, const struct phys_const* phys_const,
const struct unit_system* us, const struct space* s, const struct unit_system* us, const struct star_formation* starform) {
const struct star_formation* starform) {
/* Default values for the normalization and the power law */ /* Default values for the normalization and the power law */
static const double normalization_default = 2.5e-4; static const double normalization_default = 2.5e-4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment