Skip to content

Commit

Permalink
Small edit to comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
feathern committed Aug 19, 2024
1 parent 30b56b6 commit 9c5bd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/Spherical_IO.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ Subroutine Parse_Inds(indices_inout, indmax, indcount)
jmin = indices_inout(i)+1

! Only expand the subrange if the values of jmin and jmax
! are consistent.
! are consistent and if they fall within the grid bounds.
If ((jmin .ge. 1) .and. (jmax .ge. jmin)) Then
Do j = jmin,jmax
If (j .le. indmax) Then
Expand Down

0 comments on commit 9c5bd57

Please sign in to comment.