From 22599ca096211822da6f485314141db13bbcaee5 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 13 Oct 2017 10:44:13 +0200 Subject: [PATCH] examples/tclspice, explicit blt::vector create in blt2.5 "create" is not the default vector operation anymore --- examples/tclspice/tcl/test_vectoblt.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tclspice/tcl/test_vectoblt.tcl b/examples/tclspice/tcl/test_vectoblt.tcl index 052410ae1..cac950acd 100755 --- a/examples/tclspice/tcl/test_vectoblt.tcl +++ b/examples/tclspice/tcl/test_vectoblt.tcl @@ -9,8 +9,8 @@ load ../../../src/.libs/libspice.so spice::source "diffpair.cir" spice::op spice::let Vd = V(5) - V(4) -blt::vector imag -blt::vector real +blt::vector create imag +blt::vector create real set ok 0 ###################