From f635213dccdd335114d42ac40c1a7751560776b3 Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Wed, 20 Sep 2023 08:14:25 -0600 Subject: [PATCH] Fixed typos in test_host messages. --- test/advection_test/test_host.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/advection_test/test_host.F90 b/test/advection_test/test_host.F90 index 773fdb58..bdc1068f 100644 --- a/test/advection_test/test_host.F90 +++ b/test/advection_test/test_host.F90 @@ -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 @@ -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