summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATSING.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATSING.js')
-rw-r--r--js/MatrixOp/MATSING.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js
index e2ea33f1..5b33e0e7 100644
--- a/js/MatrixOp/MATSING.js
+++ b/js/MatrixOp/MATSING.js
@@ -103,4 +103,8 @@ function MATSING() {
}
return new BasicBlock(this.x);
}
+ MATSING.prototype.get_popup_title = function MATSING() {
+ var set_param_popup_title = "Set MATSVD block parameters";
+ return set_param_popup_title;
+ }
}