Skip to content

Commit

Permalink
Fully revert upcase.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Oct 24, 2022
1 parent 59d53d6 commit d278fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/upcase.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subroutine upcase(keywrd, n)
!-----------------------------------------------
! L o c a l V a r i a b l e s
!-----------------------------------------------
integer :: icapa, ilowa, ilowz, i, iline, j, k
integer :: icapa, ilowa, ilowz, i, iline, j
character :: keybuf*3000
!-----------------------------------------------
!
Expand Down

0 comments on commit d278fc6

Please sign in to comment.