mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed CppCheck Issues in GeoMech
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
class RigFemFaceComparator
|
||||
{
|
||||
public:
|
||||
RigFemFaceComparator() : m_minMainFaceNodeIdx(INT_MAX), m_faceIdxToMinMainFaceNodeIdx(0) {}
|
||||
|
||||
void setMainFace(const int* elmNodes, const int * localFaceIndices, int faceNodeCount)
|
||||
{
|
||||
m_canonizedMainFaceIdxes.resize(faceNodeCount);
|
||||
|
||||
Reference in New Issue
Block a user