diff options
Diffstat (limited to 'js/NonLinear/MAX_f.js')
-rw-r--r-- | js/NonLinear/MAX_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/NonLinear/MAX_f.js b/js/NonLinear/MAX_f.js index 076f0dac..f22c9af9 100644 --- a/js/NonLinear/MAX_f.js +++ b/js/NonLinear/MAX_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/NonLinear/MAX_f.sci" */ function MAX_f() { -MAX_f.prototype.define = function MAX_f() { + MAX_f.prototype.define = function MAX_f() { in1=-1; model=scicos_model(); model.sim="maxblk"; @@ -12,12 +12,12 @@ model.dep_ut=[true,false]; exprs=" "; gr_i=[]; 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() { + } + MAX_f.prototype.details = function MAX_f() { + } + MAX_f.prototype.get = function MAX_f() { + } + MAX_f.prototype.set = function MAX_f() { x=arg1; -} + } } |