revert previous

This commit is contained in:
stefan schippers 2025-02-26 16:03:36 +01:00
parent 43a8b62a24
commit 2d6b7c4fe1
1 changed files with 0 additions and 3 deletions

View File

@ -628,9 +628,6 @@ proc from_eng {i} {
## convert number to engineering form
proc to_eng {args} {
set suffix {}
if { [catch {[uplevel #0 expr [join $args]]} i] } {
return $args
}
set i [uplevel #0 expr [join $args]]
set absi [expr {abs($i)}]