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
2c9afd83
Commit
2c9afd83
authored
Apr 24, 2020
by
Matthieu Schaller
Browse files
Fix header and pre-declarations in QLA cooling
parent
2f5a68b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cooling/QLA/cooling.h
View file @
2c9afd83
...
...
@@ -33,6 +33,9 @@ struct cosmology;
struct
hydro_props
;
struct
entropy_floor_properties
;
struct
space
;
struct
unit_system
;
struct
phys_const
;
struct
swift_params
;
void
cooling_update
(
const
struct
cosmology
*
cosmo
,
struct
cooling_function_data
*
cooling
,
struct
space
*
s
);
...
...
src/cooling/QLA/cooling_io.h
View file @
2c9afd83
...
...
@@ -24,6 +24,7 @@
/* Local includes */
#include
"cooling.h"
#include
"engine.h"
#include
"io_properties.h"
#ifdef HAVE_HDF5
...
...
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