Skip to content

Commit

Permalink
fix bug in previous commit (keywords/optional arguments) (GEOS_CatchG…
Browse files Browse the repository at this point in the history
…ridcomp.F90)
  • Loading branch information
gmao-rreichle committed Oct 4, 2023
1 parent 754300a commit 9e8ad9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5546,7 +5546,7 @@ subroutine Driver ( RC )
QA1_0=QA1_0, QA2_0=QA2_0, QA4_0=QA4_0 ,&
RCONSTIT=RCONSTIT, RMELT=RMELT, TOTDEPOS=TOTDEPOS ,&
LHACC=LHACC ,&
MLTWTRTMP=mltwtrout, PREOUTTMP=preout, ficesout=ficesout)
MLTWTROUT=mltwtrtmp, PREOUT=preouttmp, FICESOUT=ficesout)

end if

Expand Down

0 comments on commit 9e8ad9a

Please sign in to comment.