Make.default: Turn off HDF5 by default.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2020-04-28 14:10:30 -03:00
parent 9f2f07ba42
commit 4f9c5015d4

@ -20,11 +20,10 @@ SIGNALS = N
#
MPI = N
# output data format
# OUTPUT - the format of the alternative data output;
# supported alternative formats: HDF5
#
# OUTPUT - the format of output data; so far only HDF5
#
OUTPUT = HDF5
OUTPUT =
#-------------------------------------------------------------------------------
#