diff options
Diffstat (limited to 'js/Linear/DOLLAR_m.js')
-rw-r--r-- | js/Linear/DOLLAR_m.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js index d2b74b29..7c06f31c 100644 --- a/js/Linear/DOLLAR_m.js +++ b/js/Linear/DOLLAR_m.js @@ -21,6 +21,11 @@ function DOLLAR_m() { return this.x; } DOLLAR_m.prototype.get = function DOLLAR_m() { + var options = { + a:["initial condition",this.a], + inh:["Inherit (no:0, yes:1)",this.inh], + } + return options; } DOLLAR_m.prototype.set = function DOLLAR_m() { this.a = parseFloat((arguments[0]["a"])) |