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 4785 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/fortran.y – NEMO

Ignore:
Timestamp:
2014-09-24T14:03:02+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: First update of AGRIF for dynamic only (_flt and _ts), see ticket #1380 and associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/fortran.y

    r4779 r4785  
    275275%type <na> opt_signe 
    276276%type <na> filename 
    277 %type <nac> attribute 
     277%type <na> attribute 
    278278%type <na> complex_const 
    279279%type <na> begin_array 
     
    751751 
    752752save :  before_save varsave 
    753       | before_save  comblock varsave 
     753      | before_save comblock varsave 
    754754      | save opt_comma comblock opt_comma varsave 
    755755      | save ',' varsave 
     
    13251325            InitialValueGiven = 2; 
    13261326        } 
    1327       | before_initial TOK_POINT_TO expr 
    1328                     { 
    1329                        if ( couldaddvariable == 1 ) 
    1330                        { 
    1331                           strcpy(InitValue,$3); 
    1332                           strcpy(InitialValueGiven,"=>"); 
    1333                        } 
    1334                     } 
    13351327      ; 
    13361328complex_const : 
Note: See TracChangeset for help on using the changeset viewer.