Commit da032ac6 by cjt

update schematic tool

parent 45f3fe7e
No preview for this file type
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment