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 a6e41e48 authored by frey_m's avatar frey_m
Browse files

Update LossDataSink.h

Closes #208
parent 07e0f2e3
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class LossDataSink {
LossDataSink(std::string elem, bool hdf5Save, ElementBase::ElementType type = ElementBase::ANY);
LossDataSink(const LossDataSink &rsh);
~LossDataSink();
~LossDataSink() noexcept(false);
bool inH5Mode() { return h5hut_mode_m;}
......
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