diff options
author | Sunil Shetye | 2018-07-15 00:26:52 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-15 07:11:58 +0530 |
commit | 92f8a251bbaeddf6ec034722a3079d865517d650 (patch) | |
tree | fb1b9f51c3456c04c02ac3ab144b65bdd392e98b /js/NonLinear/SIGNUM.pickle | |
parent | c394c9628cd411c95def024d47f10d953e160ec5 (diff) | |
download | sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.tar.gz sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.tar.bz2 sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.zip |
handle boolean differently
Diffstat (limited to 'js/NonLinear/SIGNUM.pickle')
-rw-r--r-- | js/NonLinear/SIGNUM.pickle | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/js/NonLinear/SIGNUM.pickle b/js/NonLinear/SIGNUM.pickle index e31d1d91..ee9bd886 100644 --- a/js/NonLinear/SIGNUM.pickle +++ b/js/NonLinear/SIGNUM.pickle @@ -43,37 +43,38 @@ p11 g4 sS'model.dep_ut' p12 -S'vector' +S'vector_boolean' p13 sS'model.nzcross' p14 g4 sS'exprs' p15 -g13 -sS'x.model' +S'vector' p16 -NsS'gr_i' +sS'x.model' p17 -g13 -sS'model.in' +NsS'gr_i' p18 +g16 +sS'model.in' +p19 g4 sS'graphics' -p19 +p20 g8 sS'y' -p20 -g13 -sS'x' p21 -NsS'model' +g16 +sS'x' p22 +NsS'model' +p23 g8 sS'typ' -p23 -g13 -sS'nu' p24 +g16 +sS'nu' +p25 g4 s.
\ No newline at end of file |