- several simple fixes
This commit is contained in:
2015-10-08 16:58:05 +02:00
parent 4e42972ebb
commit 149c144eee
13 changed files with 17 additions and 41 deletions
+2 -1
View File
@@ -69,5 +69,6 @@ main (
// done
H5CloseFile(file);
return MPI_Finalize();
MPI_Finalize();
return 0;
}