From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/MatrixOp/MATLU.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/MatrixOp/MATLU.js') diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js index 10b6d6da..36497759 100644 --- a/js/MatrixOp/MATLU.js +++ b/js/MatrixOp/MATLU.js @@ -31,6 +31,8 @@ function MATLU() { MATLU.prototype.get = function MATLU() { } MATLU.prototype.set = function MATLU() { + this.typ = parseFloat((arguments[0]["typ"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; -- cgit