Changeset 1021 for branches/sandbox/readexp.tcl
- Timestamp:
- Oct 12, 2010 12:46:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/readexp.tcl
r1020 r1021 882 882 # for none delete the record & thats all folks 883 883 if {$value == "none"} { 884 catch {unset exparray($key)}884 catch {unset ::exparray($key)} 885 885 return 886 } 886 } 887 887 if {[existsexp $key] == 0} { 888 888 makeexprec $key … … 918 918 # for none delete the record & thats all folks 919 919 if {$value == "none"} { 920 catch {unset exparray($key)}920 catch {unset ::exparray($key)} 921 921 return 922 } 922 } 923 923 if {[existsexp $key] == 0} { 924 924 makeexprec $key … … 953 953 default { 954 954 set msg "Unsupported phaseinfo access: parm=$parm action=$action" 955 tk_dialog .badexp "Error in readexp" $msg error 0 Exit 955 tk_dialog .badexp "Error in readexp" $msg error 0 Exit 956 956 } 957 957 } … … 2836 2836 default { 2837 2837 set msg "Unsupported AtmTypInfo access: parm=$parm action=$action" 2838 tk_dialog .badexp "Error in readexp" $msg error 0 Exit 2838 tk_dialog .badexp "Error in readexp" $msg error 0 Exit 2839 2839 } 2840 2840 }
Note: See TracChangeset
for help on using the changeset viewer.