Skip to content
Snippets Groups Projects
Commit 949e6bcd authored by lhausamm's avatar lhausamm
Browse files

Formatting with format.sh

parent 3529decb
No related branches found
No related tags found
1 merge request!444Fix int-in-bool-context with gcc-7.2
...@@ -347,7 +347,7 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile, ...@@ -347,7 +347,7 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
} }
/* Make sure the chunks are not larger than the dataset */ /* Make sure the chunks are not larger than the dataset */
if (chunk_shape[0] > (hsize_t) N_total) chunk_shape[0] = N_total; if (chunk_shape[0] > (hsize_t)N_total) chunk_shape[0] = N_total;
/* Create the space in the file */ /* Create the space in the file */
hid_t h_filespace = H5Screate(H5S_SIMPLE); hid_t h_filespace = H5Screate(H5S_SIMPLE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment