summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATMAGPHI.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATMAGPHI.js')
-rw-r--r--js/MatrixOp/MATMAGPHI.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATMAGPHI.js b/js/MatrixOp/MATMAGPHI.js
index 25688e97..5ae544ac 100644
--- a/js/MatrixOp/MATMAGPHI.js
+++ b/js/MatrixOp/MATMAGPHI.js
@@ -29,6 +29,10 @@ function MATMAGPHI() {
return this.x;
}
MATMAGPHI.prototype.get = function MATMAGPHI() {
+ var options = {
+ decomptyp:["decomposition type (1=Complex2MAG&PHI 2=MAG&PHI2Complex)",this.decomptyp],
+ }
+ return options;
}
MATMAGPHI.prototype.set = function MATMAGPHI() {
this.decomptyp = parseFloat((arguments[0]["decomptyp"]))