diff options
author | Sunil Shetye | 2018-07-05 18:22:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-05 18:22:46 +0530 |
commit | 200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad (patch) | |
tree | 1e694f2bc813be6d9cdf282c5a25f3eb4ce1d54f /js/Electrical/Diode.pickle | |
parent | 1540e025c411c12cc33107b7be0c8c9cc756ec40 (diff) | |
download | sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.tar.gz sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.tar.bz2 sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.zip |
fix var when assigning
Diffstat (limited to 'js/Electrical/Diode.pickle')
-rw-r--r-- | js/Electrical/Diode.pickle | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/js/Electrical/Diode.pickle b/js/Electrical/Diode.pickle index ba2c2d72..87390e96 100644 --- a/js/Electrical/Diode.pickle +++ b/js/Electrical/Diode.pickle @@ -22,90 +22,90 @@ p2 sS'graphics' p3 g2 -sS'mo.model' +sS'Maxexp' p4 -S'string' +S'double' p5 -sS'model.dep_ut' +sS'x.model' p6 -S'vector' +NsS'model.out' p7 -sS'this.x.model' +g5 +sS'model.in1' p8 -NsS'model.out' +g5 +sS'x.graphics' p9 -S'double' +g2 +sS'mo.inputs' p10 -sS'model.in1' +S'string' p11 -g10 -sS'typ' +sS'x.graphics.in_implicit' p12 -g7 -sS'mo.inputs' +S'vector' p13 -g5 sS'mo.parameters' p14 -g7 -sS'this.x' -p15 -g10 +g13 sS'model.sim' +p15 +g11 +sS'model.equations' p16 g5 -sS'model.equations' -p17 -g10 sS'mo.outputs' +p17 +g11 +sS'x.graphics.out_implicit' p18 -g5 -sS'this.Vt' +g13 +sS'Ids' p19 -g10 +g5 sS'model.rpar' p20 S'matrix' p21 -sS'y' +sS'mo.model' p22 -g7 -sS'graphics.exprs' +g11 +sS'R' p23 -NsS'this.x.graphics' +g5 +sS'graphics.exprs' p24 -g2 -sS'model.equations.parameters' +NsS'typ' p25 -g7 -sS'this.x.graphics.in_implicit' +g13 +sS'model.equations.parameters' p26 -g7 +g13 sS'model.blocktype' p27 -g5 -sS'this.R' +g11 +sS'mo' p28 -g10 -sS'this.Maxexp' +g5 +sS'model.dep_ut' p29 -g10 +g13 sS'exprs' p30 -g5 +g11 sS'gr_i' p31 -g7 -sS'this.x.graphics.out_implicit' +g13 +sS'Vt' p32 -g7 -sS'this.Ids' +g5 +sS'y' p33 -g10 -sS'model' +g13 +sS'x' p34 -g2 -sS'mo' +g5 +sS'model' p35 -g10 +g2 s.
\ No newline at end of file |