diff options
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r-- | js/MatrixOp/MATRESH.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index d4ccd783..814c2197 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -117,4 +117,12 @@ function MATRESH() { MATRESH.prototype.get_popup_title = function MATRESH() { return this.set_param_popup_title; } + MATRESH.prototype.importset = function MATRESH() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.typ = ary[0]; + this.l1 = ary[1]; + this.out = ary[2]; + } + MATRESH.prototype.getContainer = function MATRESH() { return new BasicBlock(this.x); } } |