Skip to content

Commit

Permalink
Removing variable for loop counter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs2369 committed Nov 5, 2024
1 parent 4f5617b commit 8a016e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assimilation_code/modules/utilities/time_manager_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ subroutine set_calendar_type_string(calstring)
character(len=len(calstring)) :: str1
character(len=max_calendar_string_length) :: cstring
logical :: found_calendar = .false.
integer :: i

if ( .not. module_initialized ) call time_manager_init

Expand Down

0 comments on commit 8a016e1

Please sign in to comment.