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 480 – NEMO

Changeset 480


Ignore:
Timestamp:
2006-06-19T15:22:26+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_compil_017 : CT : Compilation fails when using key_dimgout. Cause is a typo in diawridimg.h90 in line 402, o.wp should be 0.wp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri_dimg.h90

    r405 r480  
    403403          sm(:,:,:) = 0._wp 
    404404          fsel(:,:,:) = 0._wp 
    405           avtm(:,:,:) = O._wp 
     405          avtm(:,:,:) = 0._wp 
    406406       ENDIF 
    407407    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.