mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Add test dive for constant temperature
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>
This commit is contained in:
parent
60d1c09a14
commit
1bcc8dd991
1 changed files with 18 additions and 0 deletions
18
dives/test27.xml
Normal file
18
dives/test27.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<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>
|
Loading…
Reference in a new issue