#7364 Stimplan XML: report TVD values from XML in UI.

This commit is contained in:
Kristian Bendiksen 2021-02-17 16:46:31 +01:00 committed by Magne Sjaastad
parent 4bf0e8e493
commit 448a263bec

View File

@ -1175,6 +1175,8 @@ QString RimStimPlanFractureTemplate::generatePropertiesTable() const
appendTextIfValidValue( body, "Formation Dip", m_stimPlanFractureDefinitionData->formationDip() );
appendTextIfValidValue( body, "Top MD", m_stimPlanFractureDefinitionData->topPerfMd() );
appendTextIfValidValue( body, "Bottom MD", m_stimPlanFractureDefinitionData->bottomPerfMd() );
appendTextIfValidValue( body, "Top TVD", m_stimPlanFractureDefinitionData->topPerfTvd() );
appendTextIfValidValue( body, "Bottom TVD", m_stimPlanFractureDefinitionData->bottomPerfTvd() );
}
return body;