We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f464eea commit 7736fbdCopy full SHA for 7736fbd
include/openPMD/IO/ADIOS/ADIOS2IOHandler.hpp
@@ -863,7 +863,7 @@ class ADIOS2IOHandler : public AbstractIOHandler
863
864
bool fullSupportForVariableBasedEncoding() const override
865
{
866
- return openPMD_HAS_ADIOS_2_9;
+ return true;
867
}
868
869
std::future<void> flush(internal::ParsedFlushParams &) override;
0 commit comments