Changeset 1089


Ignore:
Timestamp:
10/16/14 15:06:07 (10 years ago)
Author:
sdipsl
Message:

Don't forget the pop

File:
1 edited

Legend:

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

    r1085 r1089  
    12251225  else 
    12261226    IGCM_debug_Exit "IGCM_comp_modifyXmlFile: Bad number of arguments." 
     1227    IGCM_debug_PopStack "IGCM_comp_modifyXmlFile" 
    12271228    return 
    12281229  fi 
     
    12321233  if [ $type != blocker ] && [ $type != nonblocker ] && [ $type != force ] ; then 
    12331234    IGCM_debug_Exit "IGCM_comp_modifyXmlFile: Error in first argument must be blocker, nonblocker or force" 
     1235    IGCM_debug_PopStack "IGCM_comp_modifyXmlFile" 
    12341236    return 
    12351237  fi 
     
    12381240  if [ ! -f ${filein} ] ; then 
    12391241    IGCM_debug_Exit "IGCM_comp_modifyXmlFile: $filein does not exist." 
     1242    IGCM_debug_PopStack "IGCM_comp_modifyXmlFile" 
    12401243    return 
    12411244  fi 
     
    12451248    # Variable key is not set in filein, stop. 
    12461249    IGCM_debug_Exit "IGCM_comp_modifyXmlFile : $keyid is not set in the file. Bad syntax of $filein file." 
     1250    IGCM_debug_PopStack "IGCM_comp_modifyXmlFile" 
    12471251    return 
    12481252  fi 
     
    12561260      # Exit, the variable must be set to AUTO 
    12571261      IGCM_debug_Exit "IGCM_comp_modifyXmlFile : blocker function. The $keyattrib for $keyid must be set to AUTO in $filein." 
     1262      IGCM_debug_PopStack "IGCM_comp_modifyXmlFile" 
    12581263      return 
    12591264    elif [ $type = nonblocker ] ; then 
Note: See TracChangeset for help on using the changeset viewer.