diff options
Diffstat (limited to 'js/MatrixOp/MATPINV.js')
-rw-r--r-- | js/MatrixOp/MATPINV.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js index 3ef26d08..05f106fe 100644 --- a/js/MatrixOp/MATPINV.js +++ b/js/MatrixOp/MATPINV.js @@ -74,4 +74,8 @@ function MATPINV() { } return new BasicBlock(this.x); } + MATPINV.prototype.get_popup_title = function MATPINV() { + var set_param_popup_title = "Set MATPINV Block"; + return set_param_popup_title; + } } |