We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31d00d commit 4210c59Copy full SHA for 4210c59
1 file changed
src/IO/AbstractIOHandlerImpl.cpp
@@ -21,6 +21,7 @@
21
22
#include "openPMD/IO/AbstractIOHandlerImpl.hpp"
23
24
+#include "openPMD/Datatype_internal.hpp"
25
#include "openPMD/IO/IOTask.hpp"
26
#include "openPMD/Streaming.hpp"
27
#include "openPMD/auxiliary/Environment.hpp"
@@ -310,7 +311,7 @@ std::future<void> AbstractIOHandlerImpl::flush()
310
311
return res.str();
312
}
313
},
- parameter.resource);
314
+ parameter.resource<attribute_types>());
315
});
316
writeAttribute(i.writable, parameter);
317
break;
0 commit comments