diff options
Diffstat (limited to 'js/Linear/DIFF_c.js')
-rw-r--r-- | js/Linear/DIFF_c.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Linear/DIFF_c.js b/js/Linear/DIFF_c.js index 462cdc76..f6ee6fec 100644 --- a/js/Linear/DIFF_c.js +++ b/js/Linear/DIFF_c.js @@ -31,6 +31,7 @@ function DIFF_c() { var ok = true; this.x0 = inverse(arguments[0]["x0"]); this.xd0 = inverse(arguments[0]["xd0"]); + var exprs = [arguments[0]["x0"], arguments[0]["xd0"]]; if (!ok) { break; } |