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 2671 for vendors/AGRIF/current/LIB/UtilFortran.c – NEMO

Ignore:
Timestamp:
2011-03-08T15:08:49+01:00 (13 years ago)
Author:
rblod
Message:

Load working_directory into vendors/AGRIF/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/current/LIB/UtilFortran.c

    r1901 r2671  
    9797        /* Now we should give the definition of the variable in the           */ 
    9898        /* table List_UsedInSubroutine_Var                                    */ 
     99        printf("QDKFLSDFKSLDF\n"); 
    99100        strcpy(curvar->var->v_typevar,newvar->var->v_typevar); 
    100101        strcpy(curvar->var->v_dimchar,newvar->var->v_dimchar); 
     
    102103        curvar->var->v_dimensiongiven = newvar->var->v_dimensiongiven; 
    103104        curvar->var->v_allocatable = newvar->var->v_allocatable; 
     105        curvar->var->v_target = newvar->var->v_target; 
    104106        curvar->var->v_pointerdeclare = newvar->var->v_pointerdeclare; 
    105107        curvar->var->v_indicetabvars = newvar->var->v_indicetabvars; 
     
    133135        ) 
    134136     { 
     137        strcpy(curvar->var->v_commoninfile,newvar->var->v_commoninfile); 
    135138        CopyRecord(curvar->var,newvar->var); 
    136139        present = 1; 
     
    535538                sprintf(ligne,"TYPE(Agrif_%s), DIMENSION(:), ALLOCATABLE :: Agrif_%s_var",curmodulename,curmodulename);  
    536539                tofich(module_declar,ligne,1); 
     540                sprintf(ligne,"PUBLIC :: Agrif_%s",curmodulename);  
     541                tofich(module_declar,ligne,1); 
     542                sprintf(ligne,"PUBLIC :: Agrif_%s_var",curmodulename);  
     543                tofich(module_declar,ligne,1); 
    537544        } 
    538545   } 
Note: See TracChangeset for help on using the changeset viewer.