Skip to content

Commit 7736fbd

Browse files
committed
Don't distinguish ADIOS2 v2.9 any more
1 parent f464eea commit 7736fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/IO/ADIOS/ADIOS2IOHandler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ class ADIOS2IOHandler : public AbstractIOHandler
863863

864864
bool fullSupportForVariableBasedEncoding() const override
865865
{
866-
return openPMD_HAS_ADIOS_2_9;
866+
return true;
867867
}
868868

869869
std::future<void> flush(internal::ParsedFlushParams &) override;

0 commit comments

Comments
 (0)