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