Merge branch 'RELEASE-3_1'

This commit is contained in:
Douglas Clowes
2014-11-20 15:11:56 +11:00
8 changed files with 250 additions and 2370 deletions

View File

@@ -3,7 +3,7 @@
#
namespace eval ::scobj::he3_polanal {
set debug_threshold 0
set debug_threshold 5
# preamble hook code starts
proc do_update { node dlist idx } {
if {[llength ${dlist}] > ${idx}} {
@@ -595,7 +595,7 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
}
hsetprop ${scobj_hpath} klass ${device_class}
hsetprop ${scobj_hpath} data true
hsetprop ${scobj_hpath} debug_threshold 0
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code goes here
} catch_message ]
handle_exception ${catch_status} ${catch_message}