diff options
Diffstat (limited to 'js/NonLinear/MIN_f.js')
-rw-r--r-- | js/NonLinear/MIN_f.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/NonLinear/MIN_f.js b/js/NonLinear/MIN_f.js index 98de0f89..82796940 100644 --- a/js/NonLinear/MIN_f.js +++ b/js/NonLinear/MIN_f.js @@ -18,6 +18,9 @@ function MIN_f() { return this.x; } MIN_f.prototype.get = function MIN_f() { + var options = { + } + return options; } MIN_f.prototype.set = function MIN_f() { this.x = arg1; |