examples/H5/openclose.c

- call to H5Finalize() added
This commit is contained in:
2018-02-01 17:48:28 +01:00
parent 65109b73a9
commit 5baed631b7
+2 -1
View File
@@ -38,7 +38,8 @@ main (
h5_file_t f = H5OpenFile ("testfile.h5", H5_O_WRONLY, prop);
H5CloseProp (prop);
H5CloseFile (f);
H5Finalize ();
MPI_Finalize ();
return 0;
}