diff options
Diffstat (limited to 'js/NonLinear/MIN_f.js')
-rw-r--r-- | js/NonLinear/MIN_f.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/NonLinear/MIN_f.js b/js/NonLinear/MIN_f.js index d25fa771..cddd8668 100644 --- a/js/NonLinear/MIN_f.js +++ b/js/NonLinear/MIN_f.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/NonLinear/MIN_f.sci" */ function MIN_f() { -MIN_f.prototype.get = function MIN_f() { -} -MIN_f.prototype.set = function MIN_f() { -x=arg1; -} MIN_f.prototype.define = function MIN_f() { in1=-1; model=scicos_model(); @@ -20,4 +15,9 @@ x=standard_define([2,2],model,exprs,gr_i); } MIN_f.prototype.details = function MIN_f() { } +MIN_f.prototype.get = function MIN_f() { +} +MIN_f.prototype.set = function MIN_f() { +x=arg1; +} } |