Created
March 9, 2014 21:34
-
-
Save mguentner/9455031 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<divelog program='subsurface' version='2'> | |
<settings> | |
<autogroup state='1' /> | |
</settings> | |
<dives> | |
<dive number='1' date='2014-03-10' time='12:00:00' duration='MINUTES:SECONDS min'> | |
<divecomputer> | |
<depth max='ENTER THE MAX DEPTH IN METER HERE m' mean='ENTER THE MEAN DEPTH IN METER HERE m' /> | |
<temperature water='ENTER THE WATER TEMPERATURE HERE' /> | |
<sample time='0:00 min' depth='0.0 m' temp='25.0 C' /> | |
<sample time='0:01 min' depth='1.0 m' temp='25.0 C' /> | |
</divecomputer> | |
</dive> | |
</dives> | |
</divelog> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment