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 cb71482 commit 5c87d04Copy full SHA for 5c87d04
src/Modules/Basic/SimulationReaderBaseModule.cc
@@ -226,7 +226,7 @@ class SimulationStreamingReaderBaseImpl
226
return openPMDStub::Series(SST_dir, openPMDStub::Access::READ_ONLY);
227
}
228
229
- void setupStuff(const openPMDStub::IndexedIteration& iteration)
+ void setupStuff(const openPMDStub::IndexedIteration& /*iteration*/)
230
{
231
//std::cout << "\nFrom PIConGPUReader: Current iteration is: " << iteration.iterationIndex << std::endl;
232
0 commit comments