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
e9b0b729
Commit
e9b0b729
authored
Apr 06, 2018
by
Matthieu Schaller
Browse files
Correct use of the HAVE_HDF5 option throughout the whole code.
parent
866c8f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
e9b0b729
...
...
@@ -5089,7 +5089,7 @@ void engine_dump_snapshot(struct engine *e) {
#endif
/* Dump... */
#if defined(
WITH
_HDF5)
#if defined(
HAVE
_HDF5)
#if defined(WITH_MPI)
#if defined(HAVE_PARALLEL_HDF5)
write_output_parallel
(
e
,
e
->
snapshotBaseName
,
e
->
internal_units
,
...
...
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