diff options
Diffstat (limited to 'js/MatrixOp/MATCATV.js')
-rw-r--r-- | js/MatrixOp/MATCATV.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js index b6b3b387..9d22c7cd 100644 --- a/js/MatrixOp/MATCATV.js +++ b/js/MatrixOp/MATCATV.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/MatrixOp/MATCATV.sci" */ function MATCATV() { -MATCATV.prototype.define = function MATCATV() { + MATCATV.prototype.define = function MATCATV() { l1=[[2],[2]]; model=scicos_model(); function_name="mat_catv"; @@ -24,12 +24,12 @@ model.dep_ut=[true,false]; label=[sci2exp(2)]; gr_i=[]; x=standard_define([2,3],model,label,gr_i); -} -MATCATV.prototype.details = function MATCATV() { -} -MATCATV.prototype.get = function MATCATV() { -} -MATCATV.prototype.set = function MATCATV() { + } + MATCATV.prototype.details = function MATCATV() { + } + MATCATV.prototype.get = function MATCATV() { + } + MATCATV.prototype.set = function MATCATV() { x=arg1; model=arg1.model; graphics=arg1.graphics; @@ -58,5 +58,5 @@ x=arg1; break; } } -} + } } |