Changeset 914


Ignore:
Timestamp:
08/12/13 15:28:09 (11 years ago)
Author:
sdipsl
Message:

typo highlighted by check functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r913 r914  
    264264    fi 
    265265 
    266     # Special actions depending on command to prepare IGCM_debug_PrintInfosAction call 
     266    # Special actions depending on command to prepare IGCM_debug_PrintInfosActions call 
    267267    # We are interested in: 
    268268    #  0. Which command performs the work 
     
    324324 
    325325    # Print information related to instrumentation 
    326     IGCM_debug_PrintInfosAction ${command} ${entitySize} ${startTime_ms} ${endTime_ms} ${dest} ${source} 
     326    IGCM_debug_PrintInfosActions ${command} ${entitySize} ${startTime_ms} ${endTime_ms} ${dest} ${source} 
    327327 
    328328    # Only cosmetics : stack file 
     
    540540 
    541541#D-#================================================================== 
    542 #D-function IGCM_debug_PrintInfosAction 
     542#D-function IGCM_debug_PrintInfosActions 
    543543#D-* Purpose: Print information related to instrumentation 
    544544function IGCM_debug_PrintInfosActions 
     
    585585    dirSource=$( readlink -f ${source} ) 
    586586  else 
    587     dirSource=$( readlink -f $( dirname ${source} ) 
     587    dirSource=$( readlink -f $( dirname ${source} ) ) 
    588588  fi 
    589589 
Note: See TracChangeset for help on using the changeset viewer.