Skip to content

Commit

Permalink
Correct a line-continuation with backslash to ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHansen committed Sep 24, 2024
1 parent 31a62af commit 392fc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/w3xsmfmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ real FUNCTION giGR(q,u,nm)

! Check convergence
if (abs(tni) > eps*sm) then
WRITE (NDSV, *) 'WARNING in w3xsmfmd function giGR: ', \
WRITE (NDSV, *) 'WARNING in w3xsmfmd function giGR: ', &
'max number of terms (', nm, ') too small for q=', q, 'u=', u

do n = nm,2*nm
Expand Down

0 comments on commit 392fc49

Please sign in to comment.