Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5469,6 +5469,7 @@ void adios2_group_table(
write.close();

Series read("../samples/group_table.bp", Access::READ_LINEAR, jsonRead);
// NOLINTNEXTLINE(performance-for-range-copy)
for (auto iteration : read.readIterations())
{
switch (iteration.iterationIndex)
Expand Down Expand Up @@ -6515,7 +6516,7 @@ TEST_CASE("deferred_parsing", "[serial]")
}

#if openPMD_HAS_ADIOS_2_9
void chaotic_stream(std::string filename, bool variableBased)
void chaotic_stream(std::string const &filename, bool variableBased)
{
/*
* We will write iterations in the following order.
Expand Down