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