#2372 Elm props: Map modulus and ratio ui names

This commit is contained in:
Rebecca Cox
2018-01-15 17:40:39 +01:00
parent 58123f4a49
commit 96bff27519
4 changed files with 11 additions and 5 deletions

View File

@@ -451,7 +451,10 @@ std::map<std::string, std::vector<std::string> > RigFemPartResultsCollection::sc
}
else if (resPos == RIG_ELEMENT)
{
fieldCompNames = m_elementPropertyReader->scalarElementFields();
for (const std::string& field : m_elementPropertyReader->scalarElementFields())
{
fieldCompNames[field];
}
}
}