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
Branches
Tags
1 merge request!705Star formation following Schaye08
......@@ -36,10 +36,10 @@
*/
void starformation_init(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,
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(
* */
static void starformation_init_backend(
struct swift_params* parameter_file, const struct phys_const* phys_const,
const struct unit_system* us, const struct space* s,
const struct star_formation* starform) {}
const struct unit_system* us, const struct star_formation* starform) {}
/* @brief Prints the used parameters of the star formation law
*
......
......@@ -175,8 +175,7 @@ static void starformation_convert_to_gas(
* */
static void starformation_init_backend(
struct swift_params* parameter_file, const struct phys_const* phys_const,
const struct unit_system* us, const struct space* s,
const struct star_formation* starform) {
const struct unit_system* us, const struct star_formation* starform) {
/* Default values for the normalization and the power law */
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