summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATDET.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATDET.js')
-rw-r--r--js/MatrixOp/MATDET.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js
index c2e37940..b03953df 100644
--- a/js/MatrixOp/MATDET.js
+++ b/js/MatrixOp/MATDET.js
@@ -29,6 +29,11 @@ function MATDET() {
return this.x;
}
MATDET.prototype.get = function MATDET() {
+ var label = this.graphics.exprs;
+ if (size(label,"*")==14) {
+ label[9-1] = [];
+ }
+ this.set_param_popup_title = "Set MATDET Block";
var options = {
typ:["Datatype(1=real double 2=Complex)",this.typ],
}
@@ -76,7 +81,6 @@ function MATDET() {
return new BasicBlock(this.x);
}
MATDET.prototype.get_popup_title = function MATDET() {
- var set_param_popup_title = "Set MATDET Block";
- return set_param_popup_title;
+ return this.set_param_popup_title;
}
}