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/decl.h – 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/decl.h

    r2715 r3289  
    248248 int PrivateDeclare;       /* Variable has been declared as PRIVATE */ 
    249249 int ExternalDeclare;      /* Variable has been declared as EXTERNAL */ 
    250  int InitialValueGiven;    /* An initial value has been given */ 
     250 char InitialValueGiven[LONG_C];   
    251251 int Allocatabledeclare; 
    252252 int Targetdeclare; 
     
    265265 char nameinttypenameback[LONG_C];  
    266266 int GlobalDeclaration; 
     267 int GlobalDeclarationType; 
    267268 char InitValue[LONG_4C]; 
    268269 char IntentSpec[LONG_C]; 
     
    341342 FILE *subloop; 
    342343 FILE *module_declar; 
     344 FILE *module_declar_type; 
    343345 FILE *allocationagrif; 
    344346 FILE *paramout; 
Note: See TracChangeset for help on using the changeset viewer.