examples/tclspice, explicit blt::vector create
in blt2.5 "create" is not the default vector operation anymore
This commit is contained in:
parent
8539029e6d
commit
22599ca096
|
|
@ -9,8 +9,8 @@ load ../../../src/.libs/libspice.so
|
||||||
spice::source "diffpair.cir"
|
spice::source "diffpair.cir"
|
||||||
spice::op
|
spice::op
|
||||||
spice::let Vd = V(5) - V(4)
|
spice::let Vd = V(5) - V(4)
|
||||||
blt::vector imag
|
blt::vector create imag
|
||||||
blt::vector real
|
blt::vector create real
|
||||||
|
|
||||||
set ok 0
|
set ok 0
|
||||||
###################
|
###################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue