#2349 Elm Props: Create list of imported files in Geomech Case prop pan

This commit is contained in:
Rebecca Cox
2018-01-09 09:50:00 +01:00
parent 9513cb61d5
commit 57ae195372
2 changed files with 8 additions and 4 deletions

View File

@@ -89,4 +89,5 @@ private:
caf::PdmField<QString> m_caseFileName;
caf::PdmField<double> m_cohesion;
caf::PdmField<double> m_frictionAngleDeg;
caf::PdmField<std::vector<QString> > m_elementPropertyFileNames;
};