Skip to content

Commit 5c87d04

Browse files
committed
Fix
1 parent cb71482 commit 5c87d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Basic/SimulationReaderBaseModule.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class SimulationStreamingReaderBaseImpl
226226
return openPMDStub::Series(SST_dir, openPMDStub::Access::READ_ONLY);
227227
}
228228

229-
void setupStuff(const openPMDStub::IndexedIteration& iteration)
229+
void setupStuff(const openPMDStub::IndexedIteration& /*iteration*/)
230230
{
231231
//std::cout << "\nFrom PIConGPUReader: Current iteration is: " << iteration.iterationIndex << std::endl;
232232

0 commit comments

Comments
 (0)