summaryrefslogtreecommitdiff
path: root/js/NonLinear/INTRP2BLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INTRP2BLK_f.js')
-rw-r--r--js/NonLinear/INTRP2BLK_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js
index 9c16b0e5..eb655461 100644
--- a/js/NonLinear/INTRP2BLK_f.js
+++ b/js/NonLinear/INTRP2BLK_f.js
@@ -5,7 +5,7 @@ function INTRP2BLK_f() {
this.b = [[0],[1]];
this.c = [[0,1],[1,2]];
this.model = scicos_model();
- this.model.sim = list("intrp2",1);
+ this.model.sim = list(new ScilabString("intrp2"),new ScilabDouble(1));
this.model.in1 = [[1],[1]];
this.model.out = new ScilabDouble(1);
this.model.rpar = [[this.a],[this.b],[this.c.slice()]];