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

Code formatting

parent fd72330f
No related branches found
No related tags found
2 merge requests!136Master,!98Compressed i/o
......@@ -247,7 +247,8 @@ void writeArrayBackEnd(hid_t grp, char* fileName, FILE* xmfFile, char* name,
}
/* Create dataset */
h_data = H5Dcreate(grp, name, hdf5Type(type), h_filespace, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
h_data = H5Dcreate(grp, name, hdf5Type(type), h_filespace, H5P_DEFAULT,
H5P_DEFAULT, H5P_DEFAULT);
if (h_data < 0) {
error("Error while creating dataset '%s'.", name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment