mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Round sample depth on UDDF import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
63f034c92b
commit
ba5f10aaf2
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<depth>
|
<depth>
|
||||||
<xsl:value-of select="substring-before(./@depth, ' ')"/>
|
<xsl:value-of select="round(substring-before(./@depth, ' ') * 100) div 100"/>
|
||||||
</depth>
|
</depth>
|
||||||
|
|
||||||
<divetime>
|
<divetime>
|
||||||
|
|
Loading…
Add table
Reference in a new issue