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 3289 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/EXTERNAL/AGRIF/LIB/main.c – NEMO

Ignore:
Timestamp:
2012-01-27T15:37:34+01:00 (12 years ago)
Author:
rblod
Message:

Fix agrif for 3_4_beta see ticket #921

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/EXTERNAL/AGRIF/LIB/main.c

    r2715 r3289  
    9999/* Enabling traces.  */ 
    100100#ifndef YYDEBUG 
    101 # define YYDEBUG 1 
     101# define YYDEBUG 0 
    102102#endif 
    103103 
     
    34303430        b->yy_bs_lineno = 1; 
    34313431        b->yy_bs_column = 0; 
    3432    } 
     3432    } 
    34333433 
    34343434        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; 
     
    34433443    void yy_flush_buffer (YY_BUFFER_STATE  b ) 
    34443444{ 
    3445    if ( ! b ) 
     3445      if ( ! b ) 
    34463446      return; 
    34473447 
     
    34843484      YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); 
    34853485      YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); 
    3486    } 
     3486      } 
    34873487 
    34883488   /* Only push if top exists. Otherwise, replace top. */ 
Note: See TracChangeset for help on using the changeset viewer.