From 97fd1045b4d52d8fe6751ef64972b99b5bf7008d Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Sat, 9 Jul 2016 09:20:12 +0000 Subject: Fix BARXY Block --- data_structures_correct/BARXY.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct/BARXY.js') diff --git a/data_structures_correct/BARXY.js b/data_structures_correct/BARXY.js index 51d9dfc..a7ca0f1 100644 --- a/data_structures_correct/BARXY.js +++ b/data_structures_correct/BARXY.js @@ -15,7 +15,7 @@ function BARXY() { model.intyp = new ScilabDouble([1]); model.out = new ScilabDouble(); model.evtin = new ScilabDouble([1]); - model.rpar = new ScilabDouble([xmin], [xmax], [ymin], [ymax]); + model.rpar = new ScilabDouble([this.xmin], [this.xmax], [this.ymin], [this.ymax]); model.ipar = new ScilabDouble([1]); this.x = new standard_define(new ScilabDouble([2, 2]), model, [], []); this.x.graphics.in_implicit = new ScilabString(["E", , "E"]); -- cgit