Skip to content

Commit

Permalink
Fix after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Aug 16, 2022
1 parent 8681158 commit be54315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Series.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ AdvanceStatus Series::advance(AdvanceMode mode)
"Advancing a step in file-based iteration encoding is "
"iteration-specific.");
}
constexpr internal::FlushParams flushParams = {FlushLevel::UserFlush};
internal::FlushParams const flushParams = {FlushLevel::UserFlush};
/*
* We call flush_impl() with flushIOHandler = false, meaning that tasks are
* not yet propagated to the backend.
Expand Down

0 comments on commit be54315

Please sign in to comment.