mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
1bcc8dd991
Making sure that this doesn't cause divisions by zero and that the scaling and positioning doesn't get messed up by it (right now it doesn't look great). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
18 lines
767 B
XML
18 lines
767 B
XML
<dives>
|
|
<program name='subsurface' version='1'></program>
|
|
<dive number='28' date='2011-12-12' time='6:35:00' duration='30:00 min'>
|
|
<temperature air='30.0 C' water='20.0 C' />
|
|
<surface pressure='0.981 bar' />
|
|
<water salinity='1000 g/l' />
|
|
<location>different dive location</location>
|
|
<notes>Constant temperature in the samples - should still be shown</notes>
|
|
<divecomputer model='Model Product' deviceid='e04d0248' diveid='00000002'>
|
|
<sample time='0:06 min' depth='1.86 m' temp='20.0 C' ndl='99:00 min' />
|
|
<sample time='1:00 min' depth='20 m' />
|
|
<sample time='27:00 min' depth='20 m' />
|
|
<sample time='28:00 min' depth='3 m' />
|
|
<sample time='29:00 min' depth='3 m' />
|
|
<sample time='30:00 min' depth='0.3 m' />
|
|
</divecomputer>
|
|
</dive>
|
|
</dives>
|