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/Misc/CONSTRAINT2_c.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/CONSTRAINT2_c.js') diff --git a/js/Misc/CONSTRAINT2_c.js b/js/Misc/CONSTRAINT2_c.js index 704a0f8d..ee58ef12 100644 --- a/js/Misc/CONSTRAINT2_c.js +++ b/js/Misc/CONSTRAINT2_c.js @@ -35,7 +35,7 @@ x_message(["Id(i) must be either","0 when x\'(i) is not present in the feedback" break } if ((id(i)==0)) { -id[i]=-1; +id[i-1]=-1; } } } -- cgit