Round sample depth on UDDF import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
63f034c92b
commit
ba5f10aaf2
@ -505,7 +505,7 @@
|
||||
</xsl:for-each>
|
||||
|
||||
<depth>
|
||||
<xsl:value-of select="substring-before(./@depth, ' ')"/>
|
||||
<xsl:value-of select="round(substring-before(./@depth, ' ') * 100) div 100"/>
|
||||
</depth>
|
||||
|
||||
<divetime>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user