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 12420 for vendors/AGRIF/dev/LEX – NEMO

Ignore:
Timestamp:
2020-02-20T13:42:35+01:00 (4 years ago)
Author:
smueller
Message:

Reintegration of the AGRIF development branch associated with NEMO development branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles (/vendors/AGRIF/dev_r11615_ENHANCE-04_namelists_as_internalfiles_agrif) into /vendors/AGRIF/dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/dev/LEX/fortran.y

    r9140 r12420  
    10281028        expr   { strcpy(CharacterSize,$1);  strcpy($$,$1);  } 
    10291029      | '*'    { strcpy(CharacterSize,"*"); strcpy($$,"*"); } 
     1030      | ':'    { strcpy(CharacterSize,":"); strcpy($$,":"); } 
    10301031      ; 
    10311032opt_clause : 
Note: See TracChangeset for help on using the changeset viewer.