diff options
Diffstat (limited to 'js/Misc/MPBLOCK.js')
-rw-r--r-- | js/Misc/MPBLOCK.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/MPBLOCK.js b/js/Misc/MPBLOCK.js index 5969115b..d9048ac5 100644 --- a/js/Misc/MPBLOCK.js +++ b/js/Misc/MPBLOCK.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/MPBLOCK.sci" */ function MPBLOCK() { -MPBLOCK.prototype.define = function MPBLOCK() { + MPBLOCK.prototype.define = function MPBLOCK() { in1=["u"]; intype=["I"]; out=[["y1"],["y2"]]; @@ -30,12 +30,12 @@ gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); x.graphics.in_implicit=intype; x.graphics.out_implicit=outtype; -} -MPBLOCK.prototype.details = function MPBLOCK() { -} -MPBLOCK.prototype.get = function MPBLOCK() { -} -MPBLOCK.prototype.set = function MPBLOCK() { + } + MPBLOCK.prototype.details = function MPBLOCK() { + } + MPBLOCK.prototype.get = function MPBLOCK() { + } + MPBLOCK.prototype.set = function MPBLOCK() { x=arg1; model=arg1.model; graphics=arg1.graphics; @@ -261,5 +261,5 @@ x.graphics=graphics; break; } } -} + } } |