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