Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
added ind to argument list in netcdf_read_particle_info_base call
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Sep 29, 2021
1 parent 11f809e commit 898d20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netcdf/netcdf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ module function netcdf_read_frame_base(self, iu, param) result(ierr)

end select

call self%read_particle_info(iu)
call self%read_particle_info(iu, ind)

ierr = 0

Expand Down

0 comments on commit 898d20d

Please sign in to comment.