summaryrefslogtreecommitdiff
path: root/js/NonLinear/INTRPLBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r--js/NonLinear/INTRPLBLK_f.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js
index 6ff946f6..28ce39b3 100644
--- a/js/NonLinear/INTRPLBLK_f.js
+++ b/js/NonLinear/INTRPLBLK_f.js
@@ -13,6 +13,7 @@ function INTRPLBLK_f() {
exprs = [[strcat(sci2exp(a))],[strcat(sci2exp(b))]];
gr_i = [];
this.x = standard_define([2,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
INTRPLBLK_f.prototype.details = function INTRPLBLK_f() {
return this.x;
@@ -43,5 +44,6 @@ function INTRPLBLK_f() {
}
}
}
+ return new BasicBlock(this.x);
}
}