diff options
Diffstat (limited to 'js/Misc/func_block.js')
-rw-r--r-- | js/Misc/func_block.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/func_block.js b/js/Misc/func_block.js index 147b231c..9280580b 100644 --- a/js/Misc/func_block.js +++ b/js/Misc/func_block.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/func_block.sci" */ function func_block() { -func_block.prototype.define = function func_block() { + func_block.prototype.define = function func_block() { model=scicos_model(); model.sim=" "; model.in1=1; @@ -10,12 +10,12 @@ model.dep_ut=[true,false]; exprs="v=sin(u);y=u*v"; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -func_block.prototype.details = function func_block() { -} -func_block.prototype.get = function func_block() { -} -func_block.prototype.set = function func_block() { + } + func_block.prototype.details = function func_block() { + } + func_block.prototype.get = function func_block() { + } + func_block.prototype.set = function func_block() { model=arg1.model; graphics=arg1.graphics; exprs=graphics.exprs; @@ -28,5 +28,5 @@ graphics.exprs=exprs; x.model=model; x.graphics=graphics; } -} + } } |