add bool type to the displayed curves
This commit is contained in:
@ -257,7 +257,7 @@ proc secop::make_par {secopar desc {kind ""}} {
|
||||
}
|
||||
lassign [split $path /] nul obj par
|
||||
set fmtunit ""
|
||||
if {[lsearch [list enum int double] $secoptype0] >= 0} {
|
||||
if {[lsearch [list enum int double bool] $secoptype0] >= 0} {
|
||||
set fmtunit ""
|
||||
if {[catch {set unit [dict get $datadesc unit]}]} {
|
||||
set unit 1
|
||||
|
Reference in New Issue
Block a user