From da032ac6b0cd2786838716fe60233c8c1dc9b962 Mon Sep 17 00:00:00 2001 From: cjt Date: Sun, 5 Feb 2012 14:47:32 -0500 Subject: [PATCH] update schematic tool --- .DS_Store | Bin 6148 -> 6148 bytes js/schematic.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 52e46d90053605e803adb0f2f82721f81fb5013c..b1e2c6344b66b7dc4feb294fa28621a4a91c38e3 100644 GIT binary patch delta 169 zcmZoMXfc=|#>B!ku~2NHo+2aj#(>?7i#IScF)~l)VLGkD#*oR7%aF*B&XCGboK#+1 zkd%|3#K6F?F{vOYv$({-;2I+nGYcylI|nD{pLK5rh8ycG?S1`*nwrsw_l*Y7~or9kP=#b3|nZGkn V<`;3~U}Rum0$RneIYML&GXSTADz5+l delta 69 zcmZoMXfc=|#>B)qu~2NHo+2aD#(>?7lMO^zCiAnL*t~=_nQ3FgS*FeG9Q+(WMVkdV XzB5ne7jfiZ00Kq^2A0hcB5Rldo)QsU diff --git a/js/schematic.js b/js/schematic.js index dac06794f3..d4a2f37964 100644 --- a/js/schematic.js +++ b/js/schematic.js @@ -817,8 +817,8 @@ schematic = (function() { ckt.parse_number(sch.tran_tstop), probe_names, false); // save a copy of the results for submission - this.transient_results = {}; - for (var i in results) this.transient_results[i] = results[i]; + sch.transient_results = {}; + for (var i in results) sch.transient_results[i] = results[i]; if (typeof results == 'string') sch.message(results);