diff options
Diffstat (limited to 'js/PDE')
-rw-r--r-- | js/PDE/PDE.js | 2 | ||||
-rw-r--r-- | js/PDE/PDE.pickle | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index acdad630..816eee7e 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -7,7 +7,7 @@ function PDE() { this.model.in = new ScilabDouble([1],[1],[1],[1],[1]); this.model.out = new ScilabDouble([10],[0]); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([false,true]); + this.model.dep_ut = new ScilabBoolean([false,true]); var params_pde = tlist([["paramspde"],["a"],["b"],["txt_exp"],["check_op1"],["a1"],["b1"],["check_op2"],["a2"],["b2"],["check_op3"],["a3"],["b3"],["check_op4"],["a4"],["b4"],["check_op5"],["a5"],["b5"],["check_op6"],["a6"],["b6"],["check_op7"],["a7"],["b7"],["discr_cst"],["discr_non_cst"],["signe"],["rad_automatique"],["rad_manuel"],["methode"],["ord1"],["ord2"],["ord3"],["degre"],["nnode"],["txt_pas"],["CI"],["dCI"],["CLa"],["CLa_exp"],["CLb"],["CLb_exp"],["points"]],"","","","0","","IN_EDP1(t)","0","","IN_EDP2(t)","0","","IN_EDP3(t)","0","","IN_EDP4(t)","0","","IN_EDP5(t)","0","","IN_EDP6(t)","0","","IN_EDP7(t)","0","0","0","0","0","0","","","","","","","","","0","IN_CL1(t)","0","IN_CL2(t)",""); var label = list(params_pde,[],""); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"PDE\",sz(1),sz(2));"]); diff --git a/js/PDE/PDE.pickle b/js/PDE/PDE.pickle index ce730515..5051ab11 100644 --- a/js/PDE/PDE.pickle +++ b/js/PDE/PDE.pickle @@ -102,18 +102,19 @@ p32 g2 sS'model.dep_ut' p33 -g28 -sS'gr_i' +S'vector_boolean' p34 +sS'gr_i' +p35 g28 sS'graphics.exprs' -p35 -NsS'y' p36 +NsS'y' +p37 g28 sS'x' -p37 -NsS'model' p38 +NsS'model' +p39 g6 s.
\ No newline at end of file |