diff options
Diffstat (limited to 'js/MatrixOp/SQRT.js')
-rw-r--r-- | js/MatrixOp/SQRT.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js index da74dd84..22633c30 100644 --- a/js/MatrixOp/SQRT.js +++ b/js/MatrixOp/SQRT.js @@ -65,4 +65,10 @@ function SQRT() { SQRT.prototype.get_popup_title = function SQRT() { return this.set_param_popup_title; } + SQRT.prototype.importset = function SQRT() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.typ = ary[0]; + } + SQRT.prototype.getContainer = function SQRT() { return new BasicBlock(this.x); } } |