From e2497f0b41c62b8fc017315ae80d32b5549296d7 Mon Sep 17 00:00:00 2001 From: jdhughes-usgs Date: Sun, 18 Feb 2024 16:06:48 -0600 Subject: [PATCH] chore(lak): fix format statement to eliminate ifort warning (#1632) --- src/Model/GroundWaterFlow/gwf3lak8.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/GroundWaterFlow/gwf3lak8.f90 b/src/Model/GroundWaterFlow/gwf3lak8.f90 index bda281b18a6..4deebd42096 100644 --- a/src/Model/GroundWaterFlow/gwf3lak8.f90 +++ b/src/Model/GroundWaterFlow/gwf3lak8.f90 @@ -821,7 +821,7 @@ subroutine lak_read_lake_connections(this) this%bedleak(ipos) = DNODATA ! ! -- create warning message - write (warnmsg, '(2(a,1x,i0,1x),a,1pe7.1,a)') & + write (warnmsg, '(2(a,1x,i0,1x),a,1pe8.1,a)') & 'BEDLEAK for connection', j, 'in lake', n, 'is specified to '// & 'be NONE. Lake connections where the lake-GWF connection '// & 'conductance is solely a function of aquifer properties '// &