mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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>
|
||||
|
||||
<depth>
|
||||
<xsl:value-of select="substring-before(./@depth, ' ')"/>
|
||||
<xsl:value-of select="round(substring-before(./@depth, ' ') * 100) div 100"/>
|
||||
</depth>
|
||||
|
||||
<divetime>
|
||||
|
|
Loading…
Reference in a new issue