diff options
Diffstat (limited to 'js/MatrixOp/MATZCONJ.js')
-rw-r--r-- | js/MatrixOp/MATZCONJ.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATZCONJ.js b/js/MatrixOp/MATZCONJ.js index a1f59161..098bf472 100644 --- a/js/MatrixOp/MATZCONJ.js +++ b/js/MatrixOp/MATZCONJ.js @@ -37,4 +37,5 @@ function MATZCONJ() { MATZCONJ.prototype.get_popup_title = function MATZCONJ() { return; } + MATZCONJ.prototype.getContainer = function MATZCONJ() { return new BasicBlock(this.x); } } |