summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATTRAN.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r--js/MatrixOp/MATTRAN.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js
index 7f06522c..a983ea27 100644
--- a/js/MatrixOp/MATTRAN.js
+++ b/js/MatrixOp/MATTRAN.js
@@ -17,6 +17,11 @@ function MATTRAN() {
return this.x;
}
MATTRAN.prototype.get = function MATTRAN() {
+ var options = {
+ typ:["Datatype(1=real double 2=Complex)",this.typ],
+ rule:["rule (1=.\' 2=\')",this.rule],
+ }
+ return options;
}
MATTRAN.prototype.set = function MATTRAN() {
this.typ = parseFloat((arguments[0]["typ"]))