Opened 15 years ago

Closed 15 years ago

#10 closed defect (fixed)

debug_Print ${compname}_UserChoices_values

Reported by: mmaipsl Owned by: mmaipsl
Priority: minor Milestone: libIGCM_v1.3
Component: treatment Version:
Keywords: Cc:

Description

Read UserChoices? section of component card. Problem with print


for option in ${card_UserChoices[*]} ; do

IGCM_card_DefineVariableFromOption ${card} UserChoices? ${option}
eval IGCM_debug_Print 3 "${compname}_UserChoices_values: ${card_UserChoices[*]}"

done

Should be :
eval IGCM_debug_Print 3 "${compname}_UserChoices_values: ${option} \${card_UserChoices_${option}}"

Change History (1)

comment:1 Changed 15 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.