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 3294 for trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/Writedeclarations.c – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/Writedeclarations.c

    r2715 r3294  
    533533     if ( newvar->var->v_nbdim == 0 && 
    534534          !strcasecmp(newvar->var->v_subroutinename,subroutinename)  && 
    535            newvar->var->v_pointerdeclare == 0 
     535/*RB*/ 
     536           (newvar->var->v_pointerdeclare == 0  || !strcasecmp(newvar->var->v_typevar,"type"))   
     537/*RBend*/ 
    536538         ) 
    537539     { 
Note: See TracChangeset for help on using the changeset viewer.