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/Misc/CONSTRAINT2_c.js | |
parent | cd1c69226494b2228095aef86493ba79b5f9e6e2 (diff) | |
download | sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.gz sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.bz2 sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.zip |
fix syntax issues
Diffstat (limited to 'js/Misc/CONSTRAINT2_c.js')
-rw-r--r-- | js/Misc/CONSTRAINT2_c.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } } |