diff options
Diffstat (limited to 'js/MatrixOp/MATSUM.js')
-rw-r--r-- | js/MatrixOp/MATSUM.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/MatrixOp/MATSUM.js b/js/MatrixOp/MATSUM.js index 0a86ae96..53a9b151 100644 --- a/js/MatrixOp/MATSUM.js +++ b/js/MatrixOp/MATSUM.js @@ -112,4 +112,11 @@ function MATSUM() { MATSUM.prototype.get_popup_title = function MATSUM() { return this.set_param_popup_title; } + MATSUM.prototype.importset = function MATSUM() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.typ = ary[0]; + this.decomptyp = ary[1]; + } + MATSUM.prototype.getContainer = function MATSUM() { return new BasicBlock(this.x); } } |