diff options
Diffstat (limited to 'js/MatrixOp/EXTTRI.js')
-rw-r--r-- | js/MatrixOp/EXTTRI.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js index 39ee260c..eef761b9 100644 --- a/js/MatrixOp/EXTTRI.js +++ b/js/MatrixOp/EXTTRI.js @@ -19,7 +19,7 @@ function EXTTRI() { this.model.ipar = new ScilabDouble([]); this.model.blocktype = new ScilabString(["c"]); this.model.firing = new ScilabDouble([]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); var label = [[sci2exp(1)],[sci2exp(1)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"EXTTRI\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([3,2]),this.model,label,this.gr_i); |