summaryrefslogtreecommitdiff
path: root/data_structures_correct/INTRPLBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures_correct/INTRPLBLK_f.js')
-rw-r--r--data_structures_correct/INTRPLBLK_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/INTRPLBLK_f.js b/data_structures_correct/INTRPLBLK_f.js
index 6752ca8..2b073e0 100644
--- a/data_structures_correct/INTRPLBLK_f.js
+++ b/data_structures_correct/INTRPLBLK_f.js
@@ -11,7 +11,7 @@ function INTRPLBLK_f() {
model.out = new ScilabDouble(1);
model.rpar = new ScilabDouble(...this.a, ...this.b);
model.blocktype = new ScilabString(["c"]);
- model.dep_ut = new ScilabBoolean([true, false]);
+ model.dep_ut = new ScilabBoolean([true,false]);
var exprs = new ScilabString([sci2exp(this.a)], [sci2exp(this.b)]);