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

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Oct 24, 2023
1 parent 236c383 commit 68dd60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swiftest/swiftest_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ module subroutine swiftest_io_netcdf_write_frame_cb(self, nc, param)
class(swiftest_netcdf_parameters), intent(inout) :: nc !! Parameters used to for writing a NetCDF dataset to file
class(swiftest_parameters), intent(inout) :: param !! Current run configuration parameters
! Internals
integer(I4B) :: idslot, old_mode, tmp
integer(I4B) :: idslot, old_mode, tmp, i
integer(I4B) :: l_dim_max, m_dim_max
integer(I4B), dimension(:), allocatable :: lm_coords
integer(I4B) :: status
Expand Down

0 comments on commit 68dd60d

Please sign in to comment.