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

Add the starformation.c and starformation.h files in the main src directory

parent 0ca7529f
Branches
Tags
1 merge request!705Star formation following Schaye08
...@@ -38,10 +38,10 @@ ...@@ -38,10 +38,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 unit_system* us, const struct space* s,
struct star_formation* starform) { struct star_formation* starform) {
starformation_init_backend(parameter_file, phys_const, us, starform); starformation_init_backend(parameter_file, phys_const, us, s, starform);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment