Skip to content

Commit

Permalink
fix OMP bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickscholz committed Sep 14, 2023
1 parent b025d82 commit 1b14331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oce_ale_ssh_splitexpl_subcycl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@ subroutine compute_BT_step_SE_ale(dynamics, partit, mesh)
!___________________________________________________________________________
real(kind=WP) :: dtBT, BT_inv, hh, ff, rx, ry, a, b, d, c1, c2, ax, ay
real(kind=WP) :: deltaX1, deltaY1, deltaX2, deltaY2, thetaBT
integer :: step, elem, edge, node, elnodes(3), ednodes(2), edelem(2)
real(kind=WP) :: update_ubt, update_vbt, vi, len, nzmax
integer :: step, elem, edge, node, elnodes(3), ednodes(2), edelem(2), nzmax
real(kind=WP) :: update_ubt, update_vbt, vi, len

!___________________________________________________________________________
! pointer on necessary derived types
Expand Down

0 comments on commit 1b14331

Please sign in to comment.