Skip to content

Commit

Permalink
Fixed typos in test_host messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Sep 20, 2023
1 parent cc7fe1a commit f635213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/advection_test/test_host.F90
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ subroutine test_host(retval, test_suites)
call const_props(index_ice)%minimum(check_value, errflg, errmsg)
if (errflg /= 0) then
write(6, '(a,i0,a,i0,/,a)') "ERROR: Error, ", errflg, &
" tryingto get minimum value for cld_ice index = ", &
" trying to get minimum value for cld_ice index = ", &
index_ice, trim(errmsg)
errflg_final = -1 !Notify test script that a failure occurred
end if
Expand Down Expand Up @@ -552,7 +552,7 @@ subroutine test_host(retval, test_suites)
call const_props(index_ice)%is_thermo_active(check, errflg, errmsg)
if (errflg /= 0) then
write(6, '(a,i0,a,i0,/,a)') "ERROR: Error, ", errflg, &
" tryingto get thermo_active prop for cld_ice index = ", &
" trying to get thermo_active prop for cld_ice index = ", &
index_ice, trim(errmsg)
errflg_final = -1 !Notify test script that a failure occurred
end if
Expand Down

0 comments on commit f635213

Please sign in to comment.