diff options
Diffstat (limited to 'js/Misc/IMPSPLIT_f.js')
-rw-r--r-- | js/Misc/IMPSPLIT_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/IMPSPLIT_f.js b/js/Misc/IMPSPLIT_f.js index 5a43582f..4c741509 100644 --- a/js/Misc/IMPSPLIT_f.js +++ b/js/Misc/IMPSPLIT_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/IMPSPLIT_f.sci" */ function IMPSPLIT_f() { -IMPSPLIT_f.prototype.define = function IMPSPLIT_f() { + IMPSPLIT_f.prototype.define = function IMPSPLIT_f() { model=scicos_model(); model.sim="limpsplit"; mo=modelica(); @@ -13,12 +13,12 @@ model.out=ones(size(mo.outputs,"*"),1); x=standard_define([1,1]/3,model,[],[]); x.graphics.in_implicit=["I"]; 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() { + } + IMPSPLIT_f.prototype.details = function IMPSPLIT_f() { + } + IMPSPLIT_f.prototype.get = function IMPSPLIT_f() { + } + IMPSPLIT_f.prototype.set = function IMPSPLIT_f() { x=arg1; -} + } } |