diff options
-rw-r--r-- | data_structures_correct/SINBLK_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures_correct/SINBLK_f.js b/data_structures_correct/SINBLK_f.js index 54521a1..3d0dbb9 100644 --- a/data_structures_correct/SINBLK_f.js +++ b/data_structures_correct/SINBLK_f.js @@ -15,6 +15,7 @@ function SINBLK_f() { this.x = new standard_define(new ScilabDouble([2, 2]), model, exprs, gr_i); return new BasicBlock(this.x); } + SINBLK_f.prototype.details = function SINBLK_f() { return this.x; } |