summaryrefslogtreecommitdiff
path: root/js/NonLinear/MAXMIN.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/MAXMIN.js')
-rw-r--r--js/NonLinear/MAXMIN.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/NonLinear/MAXMIN.js b/js/NonLinear/MAXMIN.js
index b6726e22..b2121ccd 100644
--- a/js/NonLinear/MAXMIN.js
+++ b/js/NonLinear/MAXMIN.js
@@ -12,6 +12,7 @@ function MAXMIN() {
gr_i = [];
this.x = standard_define([2,2],model,exprs,gr_i);
this.x.graphics.style = "MAXMIN;displayedLabel=MAX";
+ return new BasicBlock(this.x);
}
MAXMIN.prototype.details = function MAXMIN() {
return this.x;
@@ -65,5 +66,6 @@ function MAXMIN() {
break;
}
}
+ return new BasicBlock(this.x);
}
}