#2369 Elm props: Clear cell results on deletion

This commit is contained in:
Rebecca Cox
2018-01-15 14:48:00 +01:00
parent 277bd496f1
commit 4bf8de2787
5 changed files with 32 additions and 9 deletions

View File

@@ -29,6 +29,13 @@
class RigFemResultAddress
{
public:
RigFemResultAddress()
{
resultPosType = RIG_NODAL;
fieldName = "";
componentName = "";
}
RigFemResultAddress(RigFemResultPosEnum resPosType,
const std::string& aFieldName,
const std::string& aComponentName)