mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Shearwater import: include NDL only if not zero
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
4e2a7b4e2f
commit
cf4e3e17aa
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
<xsl:value-of select="concat(format-number((tank1pressurePSI * 2 div 14.5037738007), '#.##'), ' bar')"/>
|
<xsl:value-of select="concat(format-number((tank1pressurePSI * 2 div 14.5037738007), '#.##'), ' bar')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="currentNdl != ''">
|
<xsl:if test="currentNdl != '' and currentNdl != 0">
|
||||||
<xsl:attribute name="ndl">
|
<xsl:attribute name="ndl">
|
||||||
<xsl:value-of select="concat(currentNdl, ':00 min')"/>
|
<xsl:value-of select="concat(currentNdl, ':00 min')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
|
|
Loading…
Reference in a new issue