Skip to content

Commit c352ea9

Browse files
committed
added flush and close calls to MaliPPWriter2::close
1 parent c695e59 commit c352ea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Lima/malipp2.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,8 @@ void MaliPPWriter2::close ( )
23852385
}
23862386

23872387
m_meshGroup = Group ( );
2388+
m_hdfFile->flush(H5F_SCOPE_LOCAL);
2389+
m_hdfFile->close();
23882390
m_hdfFile.reset (0);
23892391

23902392
COMPLETE_TRY_CATCH_BLOCK

0 commit comments

Comments
 (0)