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:
parent
b6437d370c
commit
7e2d860bba
@ -64,7 +64,7 @@ public:
|
||||
|
||||
private: // This section is possibly not needed
|
||||
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;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user