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
ccc3844f
Commit
ccc3844f
authored
Apr 30, 2020
by
rttw52
Browse files
Added engine to cooling_io headers
parent
60282037
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cooling/EAGLE/cooling_io.h
View file @
ccc3844f
...
...
@@ -24,6 +24,7 @@
/* Local includes */
#include
"cooling.h"
#include
"engine.h"
#include
"io_properties.h"
#ifdef HAVE_HDF5
...
...
src/cooling/none/cooling_io.h
View file @
ccc3844f
...
...
@@ -24,6 +24,7 @@
/* Local includes */
#include
"cooling.h"
#include
"engine.h"
#include
"io_properties.h"
#ifdef HAVE_HDF5
...
...
src/line_of_sight.c
View file @
ccc3844f
...
...
@@ -664,7 +664,7 @@ void write_hdf5_header(hid_t h_file, const struct engine *e, const struct los_pr
H5Gcreate
(
h_grp
,
"NamedColumns"
,
H5P_DEFAULT
,
H5P_DEFAULT
,
H5P_DEFAULT
);
if
(
h_grp_columns
<
0
)
error
(
"Error while creating named columns group"
);
entropy_floor_write_flavour
(
h_grp
);
//
cooling_write_flavour(h_grp, h_grp_columns, e->cooling_func);
cooling_write_flavour
(
h_grp
,
h_grp_columns
,
e
->
cooling_func
);
H5Gclose
(
h_grp_columns
);
H5Gclose
(
h_grp
);
...
...
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