Skip to content

Commit

Permalink
Trivial "# ifdef"s -to-> "#ifdef"s
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHansen committed Apr 16, 2024
1 parent e807172 commit 7927452
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/src/w3initmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2156,13 +2156,13 @@ SUBROUTINE W3MPIO ( IMOD )
TAUOCX, TAUOCY, WNMEAN, QKK, SKEW, EMBIA1, EMBIA2
#endif

# ifdef W3_STVP
#ifdef W3_STVP
USE W3ADATMD, ONLY: USVP
# endif
#endif

# ifdef W3_MFIT
#ifdef W3_MFIT
USE W3ADATMD, ONLY: XSMH
# endif
#endif

#ifdef W3_MPI
USE W3GDATMD, ONLY: NK
Expand Down

0 comments on commit 7927452

Please sign in to comment.