Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-c committed Jan 2, 2022
1 parent d1cea20 commit 28566e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/ctrl/ctrl_unpack.F
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ subroutine ctrl_unpack( first, mythid )
integer nwettmp(Nr)
character*( 9) mskNameForSetUnpack
#endif
#if ( defined ALLOW_OBCS || defined ECCO_CTRL_DEPRECATED || \
defined ALLOW_GENARR3D_CONTROL || defined ALLOW_GENTIM2D_CONTROL )
character*(80) weighttype
#endif

#ifdef ECCO_CTRL_DEPRECATED
character*( 80) fname_theta(3)
Expand Down Expand Up @@ -142,9 +146,6 @@ subroutine ctrl_unpack( first, mythid )
character*( 80) fname_shifwflx(3)
#endif /* ECCO_CTRL_DEPRECATED */

#if (defined ALLOW_OBCS || defined ECCO_CTRL_DEPRECATED)
character*(80) weighttype
#endif
#if (defined (ALLOW_CTRL) && defined (ALLOW_OBCS))
character*(80) fname_obcsn(3)
character*(80) fname_obcss(3)
Expand Down

0 comments on commit 28566e3

Please sign in to comment.