summaryrefslogtreecommitdiff
path: root/js/Events/HALT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/HALT_f.js')
-rw-r--r--js/Events/HALT_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/HALT_f.js b/js/Events/HALT_f.js
index 7d5fd5c3..e0ab69c9 100644
--- a/js/Events/HALT_f.js
+++ b/js/Events/HALT_f.js
@@ -11,7 +11,7 @@ function HALT_f() {
this.model.dep_ut = new ScilabBoolean([false,false]);
this.exprs = string(this.n);
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"HALT_f\",sz(1),sz(2));"]);
- this.x = new standard_define(new ScilabDouble([2,2]),this.model,this.exprs,this.gr_i);
+ this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabString([this.exprs]),this.gr_i);
return new BasicBlock(this.x);
}
HALT_f.prototype.details = function HALT_f() {