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