Skip to content

Commit

Permalink
bug fix: forgot 'endif'
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Feb 3, 2025
1 parent d42802c commit ba5f2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ww3/src/cpl/wav_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ SUBROUTINE WAV_RUN_MCT(EClock, cdata_w, x2w_w, w2x_w)
w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_6,jsea) = 0.0
w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_6,jsea) = 0.0
endif
endif
enddo

!----------------------------------------------------------------------------
Expand Down

0 comments on commit ba5f2ff

Please sign in to comment.