Round sample depth on UDDF import

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-05-04 22:59:57 +03:00 committed by Dirk Hohndel
parent 63f034c92b
commit ba5f10aaf2

View file

@ -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>