Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Dec 8, 2023
1 parent e1bea70 commit de02c0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Timing/tdis.f90
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,8 @@ subroutine tdis_ot(iout)
! -- dummy
integer(I4B), intent(in) :: iout
! -- local
real(DP) :: cnv, delsec, totsec, persec, sixty, hrday, dayyr, &
delmn, delhr, totmn, tothr, totdy, totyr, permn, perhr, &
perdy, peryr, deldy, delyr
real(DP) :: cnv, delsec, totsec, persec, delmn, delhr, totmn, tothr, &
totdy, totyr, permn, perhr, perdy, peryr, deldy, delyr
! -- format
character(len=*), parameter :: fmttmsmry = "(1X, ///9X, &
&'TIME SUMMARY AT END OF TIME STEP', I5,' IN STRESS PERIOD ', I4)"
Expand Down

0 comments on commit de02c0a

Please sign in to comment.