Skip to content

Commit ac6b10f

Browse files
authored
Update ExampleCodes/Particles/ElectromagneticPIC/Source/EMParticleContainerInit.cpp
1 parent 03b0b0b commit ac6b10f

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
@@ -106,7 +106,7 @@ InitParticles(const IntVect& a_num_particles_per_cell,
106106

107107
if (num_to_add == 0) continue;
108108

109-
auto ptd = particle_tile.getParticleTileData()
109+
auto ptd = particle_tile.getParticleTileData();
110110

111111
int procID = ParallelDescriptor::MyProc();
112112

0 commit comments

Comments
 (0)