diff options
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r-- | js/MatrixOp/MATCATH.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js index dbdbc97b..093ec5c4 100644 --- a/js/MatrixOp/MATCATH.js +++ b/js/MatrixOp/MATCATH.js @@ -31,6 +31,8 @@ function MATCATH() { MATCATH.prototype.get = function MATCATH() { } MATCATH.prototype.set = function MATCATH() { + this.nin = parseFloat((arguments[0]["nin"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; |