Skip to content

Commit

Permalink
fix incorrect subname
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Jun 6, 2024
1 parent 6e165e5 commit 8297a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccpp_constituent_prop_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ subroutine ccpt_is_water_species(this, val_out, errcode, errmsg)
integer, optional, intent(out) :: errcode
character(len=*), optional, intent(out) :: errmsg
! Local variable
character(len=*), parameter :: subname = 'ccpt_is_thermo_active'
character(len=*), parameter :: subname = 'ccpt_is_water_species'

if (associated(this%prop)) then
call this%prop%is_water_species(val_out, errcode, errmsg)
Expand Down

0 comments on commit 8297a6b

Please sign in to comment.