Skip to content

Commit 03b0b0b

Browse files
fix ;
1 parent 1cceded commit 03b0b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleCodes/Particles/ElectromagneticPIC/Source/EMParticleContainerInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ InitParticles(const IntVect& a_num_particles_per_cell,
9696
}
9797
});
9898

99-
int num_to_add = Scan::ExclusiveSum(counts.size(), counts.data(), offsets.data()) // ;
99+
int num_to_add = Scan::ExclusiveSum(counts.size(), counts.data(), offsets.data());
100100

101101
auto& particle_tile = DefineAndReturnParticleTile(lev, mfi.index(), mfi.LocalTileIndex());
102102

0 commit comments

Comments
 (0)