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/Misc/PAL_f.pickle | |
parent | c394c9628cd411c95def024d47f10d953e160ec5 (diff) | |
download | sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.tar.gz sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.tar.bz2 sci2js-92f8a251bbaeddf6ec034722a3079d865517d650.zip |
handle boolean differently
Diffstat (limited to 'js/Misc/PAL_f.pickle')
-rw-r--r-- | js/Misc/PAL_f.pickle | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/js/Misc/PAL_f.pickle b/js/Misc/PAL_f.pickle index cdbc9270..ab8787a8 100644 --- a/js/Misc/PAL_f.pickle +++ b/js/Misc/PAL_f.pickle @@ -34,7 +34,7 @@ p7 g4 sS'model.dep_ut' p8 -S'vector' +S'vector_boolean' p9 sS'scs.props.title' p10 @@ -44,39 +44,40 @@ p11 g4 sS'model.out' p12 -g9 -sS'gr_i' +S'vector' p13 -g9 -sS'model.rpar' +sS'gr_i' p14 -S'double' +g13 +sS'model.rpar' p15 -sS'scs' +S'double' p16 +sS'scs' +p17 g4 sS'model.in' -p17 -g9 -sS'y' p18 -g9 -sS'x' +g13 +sS'y' p19 +g13 +sS'x' +p20 g4 sS'model' -p20 +p21 g4 sS'x.graphics.id' -p21 -g15 -sS'typ' p22 -g9 -sS'arg1.model.rpar' +g16 +sS'typ' p23 +g13 +sS'arg1.model.rpar' +p24 g4 sS'arg1.graphics.id' -p24 -g15 +p25 +g16 s.
\ No newline at end of file |