summaryrefslogtreecommitdiff
path: root/js/Sinks/CMAT3D.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/CMAT3D.js')
-rw-r--r--js/Sinks/CMAT3D.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/CMAT3D.js b/js/Sinks/CMAT3D.js
index 04cefb73..010fa534 100644
--- a/js/Sinks/CMAT3D.js
+++ b/js/Sinks/CMAT3D.js
@@ -10,7 +10,7 @@ function CMAT3D() {
size_x = 1;
size_y = 1;
this.model = scicos_model();
- this.model.sim = list("cmat3d",4);
+ this.model.sim = list(new ScilabString("cmat3d"),new ScilabDouble(4));
this.model.in1 = new ScilabDouble(-1);
this.model.in2 = new ScilabDouble(-2);
this.model.intyp = new ScilabDouble(1);