mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC: Tried to fix Linux typename compile issue
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
|||||||
|
|
||||||
private: // This section is possibly not needed
|
private: // This section is possibly not needed
|
||||||
const std::vector<size_t>& findConnectionIndices(size_t globalCellIndex, cvf::StructGridInterface::FaceType face) const;
|
const std::vector<size_t>& findConnectionIndices(size_t globalCellIndex, cvf::StructGridInterface::FaceType face) const;
|
||||||
typedef std::map<size_t, caf::FixedArray<std::vector<size_t>, 7 > > ConnectionSearchMap;
|
typedef std::map<size_t, typename caf::FixedArray<std::vector<size_t>, 7 > > ConnectionSearchMap;
|
||||||
ConnectionSearchMap m_cellIdxToFaceToConnectionIdxMap;
|
ConnectionSearchMap m_cellIdxToFaceToConnectionIdxMap;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user