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 db69a8a commit 5d32e04Copy full SHA for 5d32e04
test/SerialIOTest.cpp
@@ -6558,7 +6558,7 @@ void append_mode(
6558
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
6559
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
6560
208002700
6561
- if (variableBased || auxiliary::ends_with(filename, ".bp5"))
+ if (auxiliary::ends_with(filename, ".bp5"))
6562
{
6563
6564
Series write(
0 commit comments