diff options
Diffstat (limited to 'data_structures_correct/BIGSOM_f.js')
-rw-r--r-- | data_structures_correct/BIGSOM_f.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data_structures_correct/BIGSOM_f.js b/data_structures_correct/BIGSOM_f.js index 7a4627a..1b896a1 100644 --- a/data_structures_correct/BIGSOM_f.js +++ b/data_structures_correct/BIGSOM_f.js @@ -1,10 +1,7 @@ function BIGSOM_f() { BIGSOM_f.prototype.define = function BIGSOM_f() { - this.sgn = [ - [1], - [1] - ]; + this.sgn = [[1],[1]]; var model = scicos_model(); model.sim = list(new ScilabString(["sum"]), new ScilabDouble([2])); |