Skip to content

Commit 5d32e04

Browse files
committed
Fix after rebasing
1 parent db69a8a commit 5d32e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SerialIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6558,7 +6558,7 @@ void append_mode(
65586558
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
65596559
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
65606560
208002700
6561-
if (variableBased || auxiliary::ends_with(filename, ".bp5"))
6561+
if (auxiliary::ends_with(filename, ".bp5"))
65626562
{
65636563
{
65646564
Series write(

0 commit comments

Comments
 (0)