#7329 Report MD and formation dip from StimPlan template XML.

This commit is contained in:
Kristian Bendiksen
2021-02-04 09:03:03 +01:00
parent f2c25a5f13
commit 4d49302e82
2 changed files with 53 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ private:
double conversionFactorForBetaValues() const;
QString generatePropertiesTable() const;
private:
caf::PdmField<int> m_activeTimeStepIndex;
caf::PdmField<QString> m_conductivityResultNameOnFile;
@@ -144,5 +146,7 @@ private:
cvf::ref<RigStimPlanFractureDefinition> m_stimPlanFractureDefinitionData;
bool m_readError;
caf::PdmField<QString> m_propertiesTable;
caf::PdmField<bool> m_showStimPlanMesh_OBSOLETE;
};