diff options
author | Sunil Shetye | 2018-07-15 07:29:25 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-16 15:31:24 +0530 |
commit | 1896e61799fda88188ffc3a8df12a4029361048c (patch) | |
tree | 08454cae6871e080e52d8087369ee43acc0a48d0 /js/Electrical/PotentialSensor.pickle | |
parent | 92f8a251bbaeddf6ec034722a3079d865517d650 (diff) | |
download | sci2js-1896e61799fda88188ffc3a8df12a4029361048c.tar.gz sci2js-1896e61799fda88188ffc3a8df12a4029361048c.tar.bz2 sci2js-1896e61799fda88188ffc3a8df12a4029361048c.zip |
support string vector also
Diffstat (limited to 'js/Electrical/PotentialSensor.pickle')
-rw-r--r-- | js/Electrical/PotentialSensor.pickle | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/js/Electrical/PotentialSensor.pickle b/js/Electrical/PotentialSensor.pickle index 4ffd6a0b..7f05e0bf 100644 --- a/js/Electrical/PotentialSensor.pickle +++ b/js/Electrical/PotentialSensor.pickle @@ -28,7 +28,7 @@ p5 g2 sS'x.graphics.out_implicit' p6 -S'vector' +S'vector_string' p7 sS'mo' p8 @@ -41,36 +41,37 @@ p10 g2 sS'model.rpar' p11 -g7 -sS'model.out' +S'vector' p12 -g7 -sS'gr_i' +sS'model.out' p13 -g7 -sS'x.graphics.in_implicit' +g12 +sS'gr_i' p14 +g12 +sS'x.graphics.in_implicit' +p15 g7 sS'model.dep_ut' -p15 -S'vector_boolean' p16 -sS'model.in' +S'vector_boolean' p17 -g7 -sS'y' +sS'model.in' p18 -g7 -sS'x' +g12 +sS'y' p19 -NsS'model' +g12 +sS'x' p20 -S'object' +NsS'model' p21 -sS'typ' +S'object' p22 -g7 -sS'mo.outputs' +sS'typ' p23 +g12 +sS'mo.outputs' +p24 g7 s.
\ No newline at end of file |