summaryrefslogtreecommitdiff
path: root/js/Linear/SUMMATION.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/SUMMATION.js')
-rw-r--r--js/Linear/SUMMATION.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/SUMMATION.js b/js/Linear/SUMMATION.js
index 4f8390c6..f0d68daf 100644
--- a/js/Linear/SUMMATION.js
+++ b/js/Linear/SUMMATION.js
@@ -12,7 +12,7 @@ function SUMMATION() {
this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = new ScilabDouble([true,false]);
var exprs = sci2exp(this.sgn);
- var gr_i = [];
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SUMMATION\",sz(1),sz(2));"]);
this.x = standard_define([2,3],this.model,exprs,gr_i);
return new Summation(this.x);
}