mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2369 Elm props: Clear cell results on deletion
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
class RigFemResultAddress
|
||||
{
|
||||
public:
|
||||
RigFemResultAddress()
|
||||
{
|
||||
resultPosType = RIG_NODAL;
|
||||
fieldName = "";
|
||||
componentName = "";
|
||||
}
|
||||
|
||||
RigFemResultAddress(RigFemResultPosEnum resPosType,
|
||||
const std::string& aFieldName,
|
||||
const std::string& aComponentName)
|
||||
|
||||
Reference in New Issue
Block a user