diff options
Diffstat (limited to 'js/MatrixOp/MATDIV.js')
-rw-r--r-- | js/MatrixOp/MATDIV.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index 45fb81e3..113a3369 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -29,6 +29,10 @@ function MATDIV() { return this.x; } MATDIV.prototype.get = function MATDIV() { + var options = { + typ:["Datatype(1=real double 2=Complex)",this.typ], + } + return options; } MATDIV.prototype.set = function MATDIV() { this.typ = parseFloat((arguments[0]["typ"])) |