summaryrefslogtreecommitdiff
path: root/combined.js
diff options
context:
space:
mode:
Diffstat (limited to 'combined.js')
-rw-r--r--combined.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/combined.js b/combined.js
index 4db00945..fafc2710 100644
--- a/combined.js
+++ b/combined.js
@@ -3192,7 +3192,7 @@ function CLKSOMV_f() {
this.model.dep_ut = new ScilabBoolean([false,false]);
var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CLKSOMV_f\",sz(1),sz(2));"]);
this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabDouble([]),gr_i);
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
CLKSOMV_f.prototype.details = function CLKSOMV_f() {
return this.x;
@@ -3201,7 +3201,7 @@ function CLKSOMV_f() {
alert("parameters cannot be modified");
}
CLKSOMV_f.prototype.set = function CLKSOMV_f() {
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
}
/* autogenerated from "macros/Events/CLKSOM_f.sci" */
@@ -8462,7 +8462,7 @@ function SUM_f() {
var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SUM_f\",sz(1),sz(2));"]);
var exprs = [];
this.x = new standard_define(new ScilabDouble([1,1]),this.model,new ScilabDouble(exprs),gr_i);
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
SUM_f.prototype.details = function SUM_f() {
return this.x;
@@ -8471,7 +8471,7 @@ function SUM_f() {
alert("parameters cannot be modified");
}
SUM_f.prototype.set = function SUM_f() {
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
}
/* autogenerated from "macros/Linear/TCLSS.sci" */
@@ -15968,7 +15968,7 @@ function PROD_f() {
this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = new ScilabBoolean([true,false]);
this.x = new standard_define(new ScilabDouble([1,1]),this.model,new ScilabDouble([]),[]);
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
PROD_f.prototype.details = function PROD_f() {
return this.x;
@@ -15977,7 +15977,7 @@ function PROD_f() {
alert("parameters cannot be modified");
}
PROD_f.prototype.set = function PROD_f() {
- return new BasicBlock(this.x);
+ return new RoundBlock(this.x);
}
}
/* autogenerated from "macros/NonLinear/QUANT_f.sci" */