Skip to content

Commit

Permalink
Fixed indentation mistake in epoch3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Status-Mirror committed Mar 27, 2023
1 parent 7b641c9 commit 6a1bfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epoch3d/src/particles.F90
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ SUBROUTINE push_particles
#ifndef NO_PARTICLE_PROBES
current_probe => species_list(ispecies)%attached_probes
probes_for_species = ASSOCIATED(current_probe)
#if defined(PARTICLE_ID) || defined(PARTICLE_ID4)
IF (probes_for_species) THEN
#if defined(PARTICLE_ID) || defined(PARTICLE_ID4)
IF (probes_for_species) THEN
CALL generate_particle_ids(species_list(ispecies)%attached_list)
current => species_list(ispecies)%attached_list%head
END IF
Expand Down

0 comments on commit 6a1bfa9

Please sign in to comment.