summaryrefslogtreecommitdiff
path: root/js/NonLinear/MIN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/MIN_f.js')
-rw-r--r--js/NonLinear/MIN_f.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/NonLinear/MIN_f.js b/js/NonLinear/MIN_f.js
index 34647671..9f3f872d 100644
--- a/js/NonLinear/MIN_f.js
+++ b/js/NonLinear/MIN_f.js
@@ -18,9 +18,7 @@ function MIN_f() {
return this.x;
}
MIN_f.prototype.get = function MIN_f() {
- var options = {
- }
- return options;
+ alert("parameters cannot be modified");
}
MIN_f.prototype.set = function MIN_f() {
return new BasicBlock(this.x);