diff options
Diffstat (limited to 'js/NonLinear/INTRP2BLK_f.js')
-rw-r--r-- | js/NonLinear/INTRP2BLK_f.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js index 4dee61c9..54bcb917 100644 --- a/js/NonLinear/INTRP2BLK_f.js +++ b/js/NonLinear/INTRP2BLK_f.js @@ -35,7 +35,6 @@ function INTRP2BLK_f() { this.a = inverse(arguments[0]["a"]); this.b = inverse(arguments[0]["b"]); this.c = inverse(arguments[0]["c"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |