New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8666 for trunk/NEMOGCM – NEMO

Changeset 8666 for trunk/NEMOGCM


Ignore:
Timestamp:
2017-10-27T19:04:33+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Semi-colon not allowed at beginning of the line for GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90

    r8530 r8666  
    186186      !                             !** initialization of the chosen bulk formulae (+ check) 
    187187      !                                   !* select the bulk chosen in the namelist and check the choice 
    188       ;                                                        ioptio = 0 
     188                                                               ioptio = 0 
    189189      IF( ln_NCAR      ) THEN   ;   nblk =  np_NCAR        ;   ioptio = ioptio + 1   ;   ENDIF 
    190190      IF( ln_COARE_3p0 ) THEN   ;   nblk =  np_COARE_3p0   ;   ioptio = ioptio + 1   ;   ENDIF 
Note: See TracChangeset for help on using the changeset viewer.