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 4970 for branches/2014/dev_MERGE_2014 – NEMO

Ignore:
Timestamp:
2014-12-04T09:52:33+01:00 (9 years ago)
Author:
smasson
Message:

dev_MERGE_2014: correct syntaxe error in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r4969 r4970  
    11671167      CHARACTER(LEN=*), INTENT(in) :: cdname 
    11681168      ! 
    1169       IF xios_is_valid_context(cdname) THEN 
     1169      IF( xios_is_valid_context(cdname) ) THEN 
    11701170         CALL iom_swap( cdname )   ! swap to cdname context 
    11711171         CALL xios_context_finalize() ! finalize the context 
Note: See TracChangeset for help on using the changeset viewer.