diff options
Diffstat (limited to 'data_structures/CLKSOMV_f.js')
-rw-r--r-- | data_structures/CLKSOMV_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures/CLKSOMV_f.js b/data_structures/CLKSOMV_f.js index 9ff476d..273ebc8 100644 --- a/data_structures/CLKSOMV_f.js +++ b/data_structures/CLKSOMV_f.js @@ -11,4 +11,5 @@ function CLKSOMV_f () { var gr_i = []; this.x=new standard_define(new ScilabDouble([2,2]),model,[],gr_i); + return new RoundBlock(this.x) } |