diff options
author | Sunil Shetye | 2018-06-15 17:43:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-15 17:45:03 +0530 |
commit | ac15cca9d5daa5e0c7e531d1454b436b6cca64dc (patch) | |
tree | c97bc8129401088f4b564213e8d2761e02964c5a /js/MatrixOp/MATINV.js | |
parent | cd1c69226494b2228095aef86493ba79b5f9e6e2 (diff) | |
download | sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.gz sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.bz2 sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.zip |
fix syntax issues
Diffstat (limited to 'js/MatrixOp/MATINV.js')
-rw-r--r-- | js/MatrixOp/MATINV.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index 7ceb5342..04fc617c 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -8,7 +8,7 @@ graphics=arg1.graphics; label=graphics.exprs; model=arg1.model; if (size(label,"*")==14) { -label[9]=[]; +label[9-1]=[]; } while (true) { [ok,typ,exprs]=scicos_getvalue("Set MATINV Block",["Datatype(1=real double 2=Complex)"],list("vec",1),label); |