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