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 1460 for trunk/NEMO/OPA_SRC – NEMO

Changeset 1460 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2009-05-27T11:33:41+02:00 (15 years ago)
Author:
ctlod
Message:

syntax error correction, see ticket: #438

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traqsr.F90

    r1455 r1460  
    281281         IF( ln_qsr_bio  )   ioptio = ioptio + 1 
    282282         ! 
    283          IF( ioptio != 1 ) THEN 
     283         IF( ioptio /= 1 ) THEN 
    284284            ln_qsr_rgb = .TRUE. 
    285285            nn_chldta  = 0 
Note: See TracChangeset for help on using the changeset viewer.