Skip to content
GitLab
Menu
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
4f09439f
Commit
4f09439f
authored
May 24, 2020
by
Matthieu Schaller
Browse files
Fix compilation issues with the constant cooling models
parent
a7c3a92f
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/cooling/const_du/cooling.h
View file @
4f09439f
...
...
@@ -41,6 +41,7 @@
#include
<math.h>
/* Local includes. */
#include
"cosmology.h"
#include
"entropy_floor.h"
#include
"hydro.h"
#include
"parser.h"
...
...
src/cooling/const_du/cooling_io.h
View file @
4f09439f
...
...
@@ -35,6 +35,7 @@
/* Local includes */
#include
"cooling.h"
#include
"engine.h"
#include
"io_properties.h"
#ifdef HAVE_HDF5
...
...
src/cooling/const_lambda/cooling.h
View file @
4f09439f
...
...
@@ -37,6 +37,7 @@
/* Local includes. */
#include
"const.h"
#include
"cosmology.h"
#include
"entropy_floor.h"
#include
"error.h"
#include
"hydro.h"
...
...
src/cooling/const_lambda/cooling_io.h
View file @
4f09439f
...
...
@@ -33,6 +33,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
.
Attach a 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