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