diff options
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r-- | js/MatrixOp/MATRESH.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index f88b73ea..e6919ebb 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -37,7 +37,7 @@ function MATRESH() { return options; } MATRESH.prototype.set = function MATRESH() { - this.typ = parseFloat((arguments[0]["typ"])) + this.typ = inverse((arguments[0]["typ"])) this.l1 = parseFloat((arguments[0]["l1"])) this.out = parseFloat((arguments[0]["out"])) this.lab = parseFloat((arguments[0]["lab"])) |