summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATDIV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATDIV.js')
-rw-r--r--js/MatrixOp/MATDIV.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js
index 1b053653..9a7fcec4 100644
--- a/js/MatrixOp/MATDIV.js
+++ b/js/MatrixOp/MATDIV.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 MATDIV Block",["Datatype(1=real double 2=Complex)"],list("vec",1),label);