summaryrefslogtreecommitdiff
path: root/js/IntegerOp/LOGIC.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/LOGIC.js')
-rw-r--r--js/IntegerOp/LOGIC.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js
index d4ebdf7c..3a4dceef 100644
--- a/js/IntegerOp/LOGIC.js
+++ b/js/IntegerOp/LOGIC.js
@@ -18,6 +18,7 @@ function LOGIC() {
exprs = [[sci2exp(mat)],[sci2exp(0)]];
gr_i = [];
this.x = standard_define([2,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
LOGIC.prototype.details = function LOGIC() {
return this.x;
@@ -63,5 +64,6 @@ function LOGIC() {
break;
}
}
+ return new BasicBlock(this.x);
}
}