summaryrefslogtreecommitdiff
path: root/js/Sources/IN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/IN_f.js')
-rw-r--r--js/Sources/IN_f.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js
index d6ea593f..5c6512de 100644
--- a/js/Sources/IN_f.js
+++ b/js/Sources/IN_f.js
@@ -13,7 +13,7 @@ function IN_f() {
exprs = sci2exp(prt);
gr_i = [];
this.x = standard_define([1,1],model,exprs,gr_i);
- return new BasicBlock(this.x);
+ return new ExplicitInBlock(this.x);
}
IN_f.prototype.details = function IN_f() {
return this.x;
@@ -59,6 +59,6 @@ function IN_f() {
break;
}
}
- return new BasicBlock(this.x);
+ return new ExplicitInBlock(this.x);
}
}