diff options
Diffstat (limited to 'data_structures_correct/CONST.js')
-rw-r--r-- | data_structures_correct/CONST.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data_structures_correct/CONST.js b/data_structures_correct/CONST.js index 7f3d79e..4efcdc8 100644 --- a/data_structures_correct/CONST.js +++ b/data_structures_correct/CONST.js @@ -17,12 +17,10 @@ function CONST() { var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CONST\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2, 2]), model, exprs, gr_i); - return new BasicBlock(this.x) + return new BasicBlock(this.x); } CONST.prototype.details = function CONST() { return this.x; } - - } |