Changeset 480


Ignore:
Timestamp:
06/09/11 09:43:50 (13 years ago)
Author:
mmaipsl
Message:

Correct print of card UserChoices? variables.

File:
1 edited

Legend:

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

    r475 r480  
    8484        # If section is not empty we define corresponding variables 
    8585        if [ X${first_option} != X"Error:" ] ; then 
    86             eval IGCM_debug_Print 3 "${compname}_UserChoices_Options:" \${${compname}_UserChoices[*]} 
    8786            if [ X${card_UserChoices[0]} != X ] ; then 
    8887                unset card_UserChoices 
    8988            fi 
    9089            eval set +A card_UserChoices -- \${${compname}_UserChoices[*]} > /dev/null 2>&1 
     90            IGCM_debug_Print 3 "${compname}_UserChoices_values:" 
    9191            for option in ${card_UserChoices[*]} ; do 
    9292                IGCM_card_DefineVariableFromOption ${card} UserChoices ${option} 
    93                 eval IGCM_debug_Print 3 "${compname}_UserChoices_values: ${option} \${card_UserChoices_${option}}" 
     93                eval IGCM_debug_Print 3 "${option}=\${${compname}_UserChoices_${option}}" 
    9494            done 
    9595        fi 
Note: See TracChangeset for help on using the changeset viewer.