summaryrefslogtreecommitdiff
path: root/js/Linear/DOLLAR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DOLLAR.js')
-rw-r--r--js/Linear/DOLLAR.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Linear/DOLLAR.js b/js/Linear/DOLLAR.js
index 82b8d12e..e09d8092 100644
--- a/js/Linear/DOLLAR.js
+++ b/js/Linear/DOLLAR.js
@@ -21,6 +21,11 @@ function DOLLAR() {
return this.x;
}
DOLLAR.prototype.get = function DOLLAR() {
+ var options = {
+ a:["initial condition",this.a],
+ inh:["Inherit (no:0, yes:1)",this.inh],
+ }
+ return options;
}
DOLLAR.prototype.set = function DOLLAR() {
this.a = parseFloat((arguments[0]["a"]))