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 1349 for trunk/AGRIF/LIB/fortran.y – NEMO

Ignore:
Timestamp:
2009-03-30T18:46:14+02:00 (15 years ago)
Author:
rblod
Message:

Fix Agrif issue with constant character char, see ticket #367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/LIB/fortran.y

    r1200 r1349  
    15221522      | expr operation 
    15231523                   {if ( couldaddvariable == 1 ) sprintf($$,"%s%s",$1,$2);} 
    1524       | signe expr %prec '* '  
     1524      | signe expr %prec '*'  
    15251525                   {if ( couldaddvariable == 1 ) sprintf($$,"%s%s",$1,$2);} 
    15261526      | TOK_NOT expr 
Note: See TracChangeset for help on using the changeset viewer.