mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved the element type functions into a static class
This commit is contained in:
@@ -58,7 +58,7 @@ void RigFemPart::appendElement(RigElementType elmType, int id, const int* connec
|
||||
m_elementTypes.push_back(elmType);
|
||||
m_elementConnectivityStartIndices.push_back(m_allAlementConnectivities.size());
|
||||
|
||||
int nodeCount = elmentNodeCount(elmType);
|
||||
int nodeCount = RigFemTypes::elmentNodeCount(elmType);
|
||||
for (int lnIdx = 0; lnIdx < nodeCount; ++lnIdx)
|
||||
{
|
||||
m_allAlementConnectivities.push_back(connectivities[lnIdx]);
|
||||
|
||||
Reference in New Issue
Block a user