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/INTRP2BLK_f.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/INTRP2BLK_f.pickle')
-rw-r--r-- | js/NonLinear/INTRP2BLK_f.pickle | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/js/NonLinear/INTRP2BLK_f.pickle b/js/NonLinear/INTRP2BLK_f.pickle index f89a9182..aedc2222 100644 --- a/js/NonLinear/INTRP2BLK_f.pickle +++ b/js/NonLinear/INTRP2BLK_f.pickle @@ -13,43 +13,45 @@ p5 atp6 Rp7 .(dp0 -S'this.x' +S'a' p1 -S'double' +S'matrix' p2 sS'model.sim' p3 S'vector' p4 -sS'model.in1' +sS'c' p5 -S'matrix' +g2 +sS'b' p6 -sS'this.c' -p7 -g6 +g2 sS'model.blocktype' -p8 +p7 S'string' +p8 +sS'x.graphics' p9 -sS'this.x.graphics' -p10 S'object' -p11 +p10 sS'arg1' -p12 -g11 +p11 +g10 sS'graphics.exprs' +p12 +NsS'model.in1' p13 -NsS'model.rpar' +g2 +sS'model.rpar' p14 -g6 -sS'this.x.model' +g2 +sS'exprs' p15 -NsS'exprs' +g2 +sS'x.model' p16 -g6 -sS'gr_i' +NsS'gr_i' p17 g4 sS'model.dep_ut' @@ -57,26 +59,24 @@ p18 g4 sS'graphics' p19 -g11 +g10 sS'y' p20 g4 -sS'this.a' +sS'x' p21 -g6 -sS'model' +S'double' p22 -g11 -sS'model.ipar' +sS'model' p23 -g6 -sS'typ' +g10 +sS'model.ipar' p24 -g4 -sS'this.b' +g2 +sS'typ' p25 -g6 +g4 sS'model.out' p26 -g2 +g22 s.
\ No newline at end of file |