NNC: Tried to fix Linux typename compile issue

This commit is contained in:
Jacob Støren 2013-12-16 11:40:50 +01:00
parent b6437d370c
commit 7e2d860bba

View File

@ -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: