summaryrefslogtreecommitdiff
path: root/js/Linear/DELAYV_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DELAYV_f.js')
-rw-r--r--js/Linear/DELAYV_f.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Linear/DELAYV_f.js b/js/Linear/DELAYV_f.js
index 17697190..077efac4 100644
--- a/js/Linear/DELAYV_f.js
+++ b/js/Linear/DELAYV_f.js
@@ -27,6 +27,9 @@ function DELAYV_f() {
DELAYV_f.prototype.get = function DELAYV_f() {
}
DELAYV_f.prototype.set = function DELAYV_f() {
+ this.nin = parseFloat((arguments[0]["nin"]))
+ this.zz0 = parseFloat((arguments[0]["zz0"]))
+ this.T = parseFloat((arguments[0]["T"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;