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/NonLinear/INVBLK.pickle | |
parent | 1540e025c411c12cc33107b7be0c8c9cc756ec40 (diff) | |
download | sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.tar.gz sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.tar.bz2 sci2js-200c4cfb3bd50c0b05fdf5b58c6e3671853cc5ad.zip |
fix var when assigning
Diffstat (limited to 'js/NonLinear/INVBLK.pickle')
-rw-r--r-- | js/NonLinear/INVBLK.pickle | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/js/NonLinear/INVBLK.pickle b/js/NonLinear/INVBLK.pickle index 56f64ce5..595df316 100644 --- a/js/NonLinear/INVBLK.pickle +++ b/js/NonLinear/INVBLK.pickle @@ -7,37 +7,37 @@ p2 atp3 Rp4 .(dp0 -S'this.x' +S'model.sim' p1 -S'double' +S'vector' p2 -sS'model.sim' +sS'model.in1' p3 -S'vector' +S'double' p4 -sS'model.in1' -p5 -g2 sS'model.blocktype' -p6 +p5 S'string' -p7 +p6 sS'exprs' -p8 -g7 +p7 +g6 sS'in1' +p8 +g4 +sS'model.dep_ut' p9 g2 -sS'model.dep_ut' +sS'model.out' p10 g4 -sS'model.out' +sS'gr_i' p11 g2 -sS'gr_i' -p12 -g4 sS'y' +p12 +g2 +sS'x' p13 g4 sS'model' @@ -46,5 +46,5 @@ S'object' p15 sS'typ' p16 -g4 +g2 s.
\ No newline at end of file |