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 30e5bde commit 045e416Copy full SHA for 045e416
test/SerialIOTest.cpp
@@ -5469,6 +5469,7 @@ void adios2_group_table(
5469
write.close();
5470
5471
Series read("../samples/group_table.bp", Access::READ_LINEAR, jsonRead);
5472
+ // NOLINTNEXTLINE(performance-for-range-copy)
5473
for (auto iteration : read.readIterations())
5474
{
5475
switch (iteration.iterationIndex)
@@ -6515,7 +6516,7 @@ TEST_CASE("deferred_parsing", "[serial]")
6515
6516
}
6517
6518
#if openPMD_HAS_ADIOS_2_9
-void chaotic_stream(std::string filename, bool variableBased)
6519
+void chaotic_stream(std::string const &filename, bool variableBased)
6520
6521
/*
6522
* We will write iterations in the following order.
0 commit comments