summaryrefslogtreecommitdiff
path: root/data_structures_correct/CUMSUM.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures_correct/CUMSUM.js')
-rw-r--r--data_structures_correct/CUMSUM.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/CUMSUM.js b/data_structures_correct/CUMSUM.js
index b39b028..8e6a1ae 100644
--- a/data_structures_correct/CUMSUM.js
+++ b/data_structures_correct/CUMSUM.js
@@ -5,7 +5,7 @@ function CUMSUM() {
this.function_name = "cumsum_m";
this.funtyp = 4;
-
+
model.sim = list(new ScilabString([this.function_name]), new ScilabDouble([this.funtyp]));
model.in = new ScilabDouble([-1]);
model.in2 = new ScilabDouble([-2]);