summaryrefslogtreecommitdiff
path: root/data_structures_correct/SRFLIPFLOP.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures_correct/SRFLIPFLOP.js')
-rw-r--r--data_structures_correct/SRFLIPFLOP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/SRFLIPFLOP.js b/data_structures_correct/SRFLIPFLOP.js
index b7fad06..439fc4a 100644
--- a/data_structures_correct/SRFLIPFLOP.js
+++ b/data_structures_correct/SRFLIPFLOP.js
@@ -429,7 +429,7 @@ function SRFLIPFLOP() {
model.dep_ut = new ScilabBoolean([true, false]);
model.rpar = scs_m;
- var gr_i = new ScilabDouble();
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SRFLIPFLOP\",sz(1),sz(2));"]);
this.x = new standard_define(new ScilabDouble([2, 3]), model, new ScilabDouble(), gr_i);
return new BasicBlock(this.x);
}