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