diff options
Diffstat (limited to 'js/Misc/IMPSPLIT_f.js')
-rw-r--r-- | js/Misc/IMPSPLIT_f.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Misc/IMPSPLIT_f.js b/js/Misc/IMPSPLIT_f.js index d2be3dd2..0fe9b46a 100644 --- a/js/Misc/IMPSPLIT_f.js +++ b/js/Misc/IMPSPLIT_f.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/Misc/IMPSPLIT_f.sci" */ function IMPSPLIT_f() { -IMPSPLIT_f.prototype.get = function IMPSPLIT_f() { -} -IMPSPLIT_f.prototype.set = function IMPSPLIT_f() { -x=arg1; -} IMPSPLIT_f.prototype.define = function IMPSPLIT_f() { model=scicos_model(); model.sim="limpsplit"; @@ -21,4 +16,9 @@ x.graphics.out_implicit=["I","I"]; } IMPSPLIT_f.prototype.details = function IMPSPLIT_f() { } +IMPSPLIT_f.prototype.get = function IMPSPLIT_f() { +} +IMPSPLIT_f.prototype.set = function IMPSPLIT_f() { +x=arg1; +} } |