Skip to content

Commit

Permalink
chore(lak): fix format statement to eliminate ifort warning (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored Feb 18, 2024
1 parent 95aec27 commit e2497f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf3lak8.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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 '// &
Expand Down

0 comments on commit e2497f0

Please sign in to comment.