summaryrefslogtreecommitdiff
path: root/js/Electrical/OpAmp.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/OpAmp.js')
-rw-r--r--js/Electrical/OpAmp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Electrical/OpAmp.js b/js/Electrical/OpAmp.js
index f00cdbd1..dee90c80 100644
--- a/js/Electrical/OpAmp.js
+++ b/js/Electrical/OpAmp.js
@@ -41,6 +41,7 @@ function OpAmp() {
this.OLGain = arguments[0]["OLGain"];
this.SatH = arguments[0]["SatH"];
this.SatL = arguments[0]["SatL"];
+ var exprs = [arguments[0]["OLGain"], arguments[0]["SatH"], arguments[0]["SatL"]];
if (!ok) {
break;
}