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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/DELAYV_f.js b/js/Linear/DELAYV_f.js
index 44603e1d..622d60b2 100644
--- a/js/Linear/DELAYV_f.js
+++ b/js/Linear/DELAYV_f.js
@@ -19,6 +19,7 @@ function DELAYV_f() {
exprs = [[string(nin)],[strcat(string(z0.slice(1-1,$-1)),";")],[string(T)]];
gr_i = [];
this.x = standard_define([3,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
DELAYV_f.prototype.details = function DELAYV_f() {
return this.x;
@@ -59,5 +60,6 @@ function DELAYV_f() {
break;
}
}
+ return new BasicBlock(this.x);
}
}