summaryrefslogtreecommitdiff
path: root/js/NonLinear/INTRP2BLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INTRP2BLK_f.js')
-rw-r--r--js/NonLinear/INTRP2BLK_f.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js
index 4bdc3f25..b5eb2a08 100644
--- a/js/NonLinear/INTRP2BLK_f.js
+++ b/js/NonLinear/INTRP2BLK_f.js
@@ -23,6 +23,9 @@ function INTRP2BLK_f() {
INTRP2BLK_f.prototype.get = function INTRP2BLK_f() {
}
INTRP2BLK_f.prototype.set = function INTRP2BLK_f() {
+ this.a = parseFloat((arguments[0]["a"]))
+ this.b = parseFloat((arguments[0]["b"]))
+ this.c = parseFloat((arguments[0]["c"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;