Skip to content
Snippets Groups Projects
Commit e9b0b729 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct use of the HAVE_HDF5 option throughout the whole code.

parent 866c8f97
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment