update schematic tool

This commit is contained in:
cjt
2012-02-05 14:47:32 -05:00
parent 45f3fe7ee0
commit da032ac6b0
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -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);