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

Use LL instead of ll for the long long suffix of literals.

parent ff7f35ee
No related branches found
No related tags found
1 merge request!438Large parallel hdf5
......@@ -52,7 +52,7 @@
#include "xmf.h"
/* The current limit of ROMIO (the underlying MPI-IO layer) is 2GB */
#define HDF5_PARALLEL_IO_MAX_BYTES 2000000000ll
#define HDF5_PARALLEL_IO_MAX_BYTES 2000000000LL
/**
* @brief Reads a data array from a given HDF5 group.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment