diff options
Diffstat (limited to 'js/MatrixOp/SQRT.js')
-rw-r--r-- | js/MatrixOp/SQRT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js index 2cf99b8f..d9e1d94b 100644 --- a/js/MatrixOp/SQRT.js +++ b/js/MatrixOp/SQRT.js @@ -9,7 +9,7 @@ function SQRT() { this.model.outtyp = new ScilabDouble([1]); this.model.out = new ScilabDouble([-1]); this.model.out2 = new ScilabDouble([-2]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); var label = [sci2exp(1)]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SQRT\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,2]),this.model,label,this.gr_i); |