summaryrefslogtreecommitdiff
path: root/js/Linear/INTEGRAL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/INTEGRAL_f.js')
-rw-r--r--js/Linear/INTEGRAL_f.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js
index 6feef192..160d3620 100644
--- a/js/Linear/INTEGRAL_f.js
+++ b/js/Linear/INTEGRAL_f.js
@@ -18,7 +18,10 @@ function INTEGRAL_f() {
return this.x;
}
INTEGRAL_f.prototype.get = function INTEGRAL_f() {
- alert("parameters cannot be modified");
+ var options = {
+ x0:["Initial state",this.x0],
+ }
+ return options;
}
INTEGRAL_f.prototype.set = function INTEGRAL_f() {
this.exprs = this.graphics.exprs;