fix from_eng proc (a comment added breaks the switch construct)

This commit is contained in:
stefan schippers 2025-05-29 21:04:47 +02:00
parent dcc64636cf
commit d123768fed
1 changed files with 1 additions and 1 deletions

View File

@ -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}}