Skip to content

Commit

Permalink
Fixed error in sflux_9c for bulk_psiu declaration. It needed rkind ty…
Browse files Browse the repository at this point in the history
…pe when using Fairall option
  • Loading branch information
ivicajan authored Aug 31, 2023
1 parent 3fbfaa2 commit abf3724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/sflux_9c.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,7 @@ SUBROUTINE FAIRALL(num_nodes, &
END SUBROUTINE FAIRALL
!=======================================================================

REAL FUNCTION bulk_psiu(ZoL)
REAL(rkind) FUNCTION bulk_psiu(ZoL)

use schism_glbl, only : rkind

Expand Down

0 comments on commit abf3724

Please sign in to comment.