Skip to content

Commit

Permalink
w3iorsmd.F90: add intent for NDSR
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Aug 14, 2024
1 parent abc77b9 commit c199462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/w3iorsmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ SUBROUTINE W3IORS ( INXOUT, NDSR, DUMFPI, IMOD, FLRSTRT )
!/ ------------------------------------------------------------------- /
!/ Parameter list
!/
INTEGER :: NDSR
! INTEGER, INTENT(IN) :: NDSR
!!!MTMINTEGER :: NDSR
INTEGER, INTENT(IN) :: NDSR
INTEGER, INTENT(IN), OPTIONAL :: IMOD
REAL, INTENT(INOUT) :: DUMFPI
CHARACTER, INTENT(IN) :: INXOUT*(*)
Expand Down

0 comments on commit c199462

Please sign in to comment.