From b0434f8e6acae956aedc0239da70be326fdcf2a3 Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Tue, 12 Jul 2016 10:08:01 +0000 Subject: Implement WRITEC_f Block --- data_structures_correct/WRITEC_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct') diff --git a/data_structures_correct/WRITEC_f.js b/data_structures_correct/WRITEC_f.js index ae17903..0e6fefa 100644 --- a/data_structures_correct/WRITEC_f.js +++ b/data_structures_correct/WRITEC_f.js @@ -20,7 +20,7 @@ function WRITEC_f() { var exprs = new ScilabString([sci2exp(this.in)], [this.fname], [this.frmt], [this.N], [this.swap]); - var gr_i = ["xstringb(orig(1),orig(2),\"WRITEC_f\",sz(1),sz(2));"]; + var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"WRITEC_f\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([4, 2]), model, exprs, gr_i); return new BasicBlock(this.x); } -- cgit