summaryrefslogtreecommitdiff
path: root/js/Linear/INTEGRAL.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/INTEGRAL.js')
-rw-r--r--js/Linear/INTEGRAL.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js
index 224543fc..18890c0f 100644
--- a/js/Linear/INTEGRAL.js
+++ b/js/Linear/INTEGRAL.js
@@ -32,7 +32,7 @@ function INTEGRAL() {
return options;
}
INTEGRAL.prototype.set = function INTEGRAL() {
- this.x0 = parseFloat((arguments[0]["x0"]))
+ this.x0 = inverse((arguments[0]["x0"]))
this.reinit = parseFloat((arguments[0]["reinit"]))
this.satur = parseFloat((arguments[0]["satur"]))
this.maxp = parseFloat((arguments[0]["maxp"]))