mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7364 Stimplan XML: report TVD values from XML in UI.
This commit is contained in:
parent
4bf0e8e493
commit
448a263bec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user