Skip to content

Commit

Permalink
Fix after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 26, 2022
1 parent db69a8a commit 5d32e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6558,7 +6558,7 @@ void append_mode(
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
208002700
if (variableBased || auxiliary::ends_with(filename, ".bp5"))
if (auxiliary::ends_with(filename, ".bp5"))
{
{
Series write(
Expand Down

0 comments on commit 5d32e04

Please sign in to comment.