summaryrefslogtreecommitdiff
path: root/js/NonLinear/INTRPLBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r--js/NonLinear/INTRPLBLK_f.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js
index 8a55302f..a1b9cb1d 100644
--- a/js/NonLinear/INTRPLBLK_f.js
+++ b/js/NonLinear/INTRPLBLK_f.js
@@ -31,7 +31,6 @@ function INTRPLBLK_f() {
var ok = true;
this.a = inverse(arguments[0]["a"]);
this.b = inverse(arguments[0]["b"]);
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}