diff options
Diffstat (limited to 'js/NonLinear/LOOKUP_c.js')
-rw-r--r-- | js/NonLinear/LOOKUP_c.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/NonLinear/LOOKUP_c.js b/js/NonLinear/LOOKUP_c.js index 180c8d1d..f98fec01 100644 --- a/js/NonLinear/LOOKUP_c.js +++ b/js/NonLinear/LOOKUP_c.js @@ -183,4 +183,14 @@ function LOOKUP_c() { LOOKUP_c.prototype.get_popup_title = function LOOKUP_c() { return this.set_param_popup_title; } + LOOKUP_c.prototype.importset = function LOOKUP_c() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.Method = ary[0]; + this.xx = ary[1]; + this.yy = ary[2]; + this.extrapo = ary[3]; + this.graf = ary[4]; + } + LOOKUP_c.prototype.getContainer = function LOOKUP_c() { return new BasicBlock(this.x); } } |