summaryrefslogtreecommitdiff
path: root/js/Linear/INTEGRAL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/INTEGRAL_f.js')
-rw-r--r--js/Linear/INTEGRAL_f.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js
index 8867b09b..4f62850c 100644
--- a/js/Linear/INTEGRAL_f.js
+++ b/js/Linear/INTEGRAL_f.js
@@ -12,6 +12,7 @@ function INTEGRAL_f() {
exprs = strcat(sci2exp(x0));
gr_i = [];
this.x = standard_define([2,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
INTEGRAL_f.prototype.details = function INTEGRAL_f() {
return this.x;
@@ -35,5 +36,6 @@ function INTEGRAL_f() {
break;
}
this.x.model.firing = [];
+ return new BasicBlock(this.x);
}
}