From ac15cca9d5daa5e0c7e531d1454b436b6cca64dc Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 15 Jun 2018 17:43:46 +0530 Subject: fix syntax issues --- js/MatrixOp/MATDIV.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/MatrixOp/MATDIV.js') 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); -- cgit