diff options
Diffstat (limited to 'js/Misc/CONSTRAINT2_c.js')
-rw-r--r-- | js/Misc/CONSTRAINT2_c.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/CONSTRAINT2_c.js b/js/Misc/CONSTRAINT2_c.js index b1a500bb..fadef54f 100644 --- a/js/Misc/CONSTRAINT2_c.js +++ b/js/Misc/CONSTRAINT2_c.js @@ -36,6 +36,7 @@ function CONSTRAINT2_c() { this.x0 = inverse(arguments[0]["x0"]); this.xd0 = inverse(arguments[0]["xd0"]); this.id = inverse(arguments[0]["id"]); + var exprs = [arguments[0]["x0"], arguments[0]["xd0"], arguments[0]["id"]]; if (!ok) { break; } |