Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima
Commits
20a3308f
Commit
20a3308f
authored
Oct 09, 2020
by
Samuel Debionne
Committed by
Samuel Debionne
Oct 20, 2020
Browse files
Call H5garbage_collect at the begin of SaveContainer_Hdf5::_prepare
parent
ca4f9f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
control/src/CtSaving_Hdf5.cpp
View file @
20a3308f
...
...
@@ -199,6 +199,9 @@ SaveContainerHdf5::~SaveContainerHdf5() {
void
SaveContainerHdf5
::
_prepare
(
CtControl
&
control
)
{
DEB_MEMBER_FUNCT
();
// HDF5 garbage collecor
H5garbage_collect
();
m_ct_image
=
control
.
image
();
m_ct_acq
=
control
.
acquisition
();
m_hw_int
=
control
.
hwInterface
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment