fix from_eng proc (a comment added breaks the switch construct)
This commit is contained in:
parent
dcc64636cf
commit
d123768fed
|
|
@ -625,7 +625,7 @@ proc from_eng {i} {
|
|||
u { expr {1e-6}}
|
||||
m { expr {1e-3}}
|
||||
k { expr {1e3}}
|
||||
x { expr {1e6}} ;# Xyce extension
|
||||
x { expr {1e6}}
|
||||
meg { expr {1e6}}
|
||||
g { expr {1e9}}
|
||||
t { expr {1e12}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue