Skip to content

Commit

Permalink
Remove superfluous 'use MOD_PARSUP' from clock_init
Browse files Browse the repository at this point in the history
This is not needed here and it leads to circular module dependencies,
preventing compilation with some compiler(-versions).
This should fix #646.

Co-authored-by: dsidoren <[email protected]>
  • Loading branch information
Sebastian Beyer and dsidoren committed Nov 11, 2024
1 parent 8231e55 commit 32453f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gen_modules_clock.F90
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ end subroutine clock
!
subroutine clock_init(partit)
USE MOD_PARTIT
USE MOD_PARSUP
use g_config
use mod_transit, only: ti_transit, ti_start_transit
implicit none
Expand Down

0 comments on commit 32453f1

Please sign in to comment.