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 2715 for trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/UtilCharacter.c – NEMO

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/UtilCharacter.c

    r2528 r2715  
    284284      ) 
    285285   { 
    286       printf("--- in UtilCharacter we do not found the \n"); 
     286   /*   printf("--- in UtilCharacter we do not found the \n"); 
    287287      printf("---  variable %s, the module where this \n",nom); 
    288288      printf("---  variable has been defined has not been\n"); 
    289       printf("---  found.\n"); 
     289      printf("---  found.\n");*/ 
    290290   } 
    291291} 
     
    320320         ) 
    321321      { 
     322 
    322323         if (strcasecmp(toprinttmp,"") && ( toprinttmp[0] >= 'A' ) ) 
    323324         { 
     
    330331         sprintf(chartmp,"%c",nom[i]); 
    331332         strcat(toprinttmp,chartmp); 
     333 
    332334      } 
    333335      /*                                                                      */ 
Note: See TracChangeset for help on using the changeset viewer.