Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2644446a authored by frey_m's avatar frey_m
Browse files

Merge branch 'master' of gitlab.psi.ch:OPAL/src

parents 0dfc44b1 82dbd400
No related branches found
No related tags found
1 merge request!32Master
......@@ -151,7 +151,7 @@ LossDataSink::LossDataSink() {
LossDataSink(std::string("NULL"), false);
}
LossDataSink::~LossDataSink() {
LossDataSink::~LossDataSink() noexcept(false) {
if (H5file_m) {
CLOSE_FILE ();
H5file_m = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment