Skip to content

Commit

Permalink
Update params.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jan 23, 2025
1 parent 78e9c81 commit 20a707e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/params.F90
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end subroutine param_g1_to_g2
!>
!> @author Stephen Gilbert @date 2002-01-04
character(len = 8) function param_get_abbrev(g2disc, g2cat, g2num)
use, intrinsic :: iso_c_binding, only : c_char
use, intrinsic :: iso_c_binding, only : c_char, c_null_char
implicit none

integer, intent(in) :: g2disc, g2cat, g2num
Expand Down

0 comments on commit 20a707e

Please sign in to comment.