From f389f174481df676c841ebcc87a7b8b313921bbc Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 17 Sep 2018 16:11:31 +0530 Subject: add importset and getContainer to combined.js --- js/MatrixOp/MATZCONJ.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/MatrixOp/MATZCONJ.js') 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); } } -- cgit