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