mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Import NDL form UDDF files
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd1dc11cb6
commit
e7922f6ca8
1 changed files with 10 additions and 0 deletions
|
@ -467,6 +467,16 @@
|
|||
</xsl:call-template>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="nodecotime|u:nodecotime|u1:nodecotime > 0">
|
||||
<xsl:attribute name="ndl">
|
||||
<xsl:call-template name="timeConvert">
|
||||
<xsl:with-param name="timeSec">
|
||||
<xsl:value-of select="nodecotime|u:nodecotime|u1:nodecotime"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
</sample>
|
||||
</xsl:for-each>
|
||||
</dive>
|
||||
|
|
Loading…
Add table
Reference in a new issue