diff options
Diffstat (limited to 'js/NonLinear/INVBLK.js')
-rw-r--r-- | js/NonLinear/INVBLK.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/NonLinear/INVBLK.js b/js/NonLinear/INVBLK.js index 9bddbbba..f8cd77f8 100644 --- a/js/NonLinear/INVBLK.js +++ b/js/NonLinear/INVBLK.js @@ -1,10 +1,5 @@ /* autogenerated from "macros/NonLinear/INVBLK.sci" */ function INVBLK() { -INVBLK.prototype.get = function INVBLK() { -} -INVBLK.prototype.set = function INVBLK() { -x=arg1; -} INVBLK.prototype.define = function INVBLK() { in1=-1; model=scicos_model(); @@ -19,4 +14,9 @@ x=standard_define([2,2],model,exprs,gr_i); } INVBLK.prototype.details = function INVBLK() { } +INVBLK.prototype.get = function INVBLK() { +} +INVBLK.prototype.set = function INVBLK() { +x=arg1; +} } |