diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-12-12 10:11:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-12-12 10:11:53 -0800 |
commit | 1802487e4ff5bfd62641b1d5a2336999bda38f67 (patch) | |
tree | e15e45e72cb87c9757cf9127f399fc96adae73be /dives | |
parent | 989a70727dfc290cbd23e3d7a484755d14a11d27 (diff) | |
download | subsurface-1802487e4ff5bfd62641b1d5a2336999bda38f67.tar.gz |
Make test dive 15 a bit more useful
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives')
-rw-r--r-- | dives/test15.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dives/test15.xml b/dives/test15.xml index 999e81083..a95dc28c1 100644 --- a/dives/test15.xml +++ b/dives/test15.xml @@ -5,8 +5,11 @@ <temperature air='2.0 C' water='6.0 C' /> <location>15th test dive - trimix</location> <notes>Nothing of value, just getting something for the divelist</notes> + <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' start='227.527 bar' end='96.527 bar' /> <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='15.0%' he='50.0%' start='227.527 bar' end='75.842 bar' /> <cylinder size='6.9 l' workpressure='206.843 bar' description='AL50' o2='70.0%' start='206.843 bar' end='68.948 bar' /> - <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' start='227.527 bar' end='96.527 bar' /> + <event time='10:00 min' name='gaschange' value='15' /> + <event time='20:30 min' name='gaschange' value='70' /> + <event time='25:59 min' name='gaschange' value='21' /> </dive> </dives> |