diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-07-16 06:20:20 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-15 20:46:02 -0700 |
commit | c02cc33fc8636c3d754dac34b5f317bae0ed9aee (patch) | |
tree | becfd9a770886af798e12c766b01c697a1684aa7 /dives | |
parent | 10e66823b007ab89f4179931019bc7ffc514c819 (diff) | |
download | subsurface-c02cc33fc8636c3d754dac34b5f317bae0ed9aee.tar.gz |
Fix the description of test dive cylinders
It is really confusing when the size of the cylinder does not match the
description. Inconsistent data in will mean inconsistent data out and
validating that export works means I try to get consistent data out...
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives')
-rw-r--r-- | dives/test18.xml | 2 | ||||
-rw-r--r-- | dives/test19.xml | 2 | ||||
-rw-r--r-- | dives/test20.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dives/test18.xml b/dives/test18.xml index e8efcb2c8..2ceb513fb 100644 --- a/dives/test18.xml +++ b/dives/test18.xml @@ -6,7 +6,7 @@ <location>18th test dive - trimix</location> <gps>27.041458 33.907237</gps> <notes>Nothing of value, just getting something for the divelist</notes> - <cylinder size='12.0 l' workpressure='232.009 bar' description='15L 232 bar' start='227.527 bar' end='96.527 bar' /> + <cylinder size='12.0 l' workpressure='232.009 bar' description='12L 232 bar' start='227.527 bar' end='96.527 bar' /> <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='18.0%' he='50.0%' start='227.527 bar' end='75.842 bar' /> <cylinder size='6.9 l' workpressure='206.843 bar' description='AL50' o2='50.0%' start='206.843 bar' end='68.948 bar' /> <event time='3:00 min' name='gaschange' value='18' /> diff --git a/dives/test19.xml b/dives/test19.xml index 276124682..5c2d7e469 100644 --- a/dives/test19.xml +++ b/dives/test19.xml @@ -5,7 +5,7 @@ <temperature air='2.0 C' water='6.0 C' /> <location>19th test dive - trimix</location> <notes>Nothing of value, just getting something for the divelist</notes> - <cylinder size='12.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='23.0%' start='200 bar' end='96.527 bar' /> + <cylinder size='12.0 l' workpressure='232.009 bar' description='12L 232 bar' o2='23.0%' start='200 bar' end='96.527 bar' /> <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='21.0%' he='50.0%' start='232 bar' end='75.842 bar' /> <cylinder size='6.9 l' workpressure='206.843 bar' description='AL50' o2='50.0%' start='206.843 bar' end='68.948 bar' /> <event time='3:00 min' name='gaschange' value='21' /> diff --git a/dives/test20.xml b/dives/test20.xml index 7f9040191..bf08884b5 100644 --- a/dives/test20.xml +++ b/dives/test20.xml @@ -5,7 +5,7 @@ <temperature air='2.0 C' water='6.0 C' /> <location>20th test dive - trimix</location> <notes>Manly dive with two trimix plus deco (no air anywhere)</notes> - <cylinder size='12.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='21.0%' he='30.0%' start='200 bar' end='96.527 bar' /> + <cylinder size='12.0 l' workpressure='232.009 bar' description='12L 232 bar' o2='21.0%' he='30.0%' start='200 bar' end='96.527 bar' /> <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='12.0%' he='70.0%' start='232 bar' end='75.842 bar' /> <cylinder size='6.9 l' workpressure='206.843 bar' description='AL50' o2='50.0%' start='206.843 bar' end='68.948 bar' /> <event time='3:00 min' name='gaschange' value='12' /> |