From 7e2d860bbab1b6691eb79b45f911617974027383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Mon, 16 Dec 2013 11:40:50 +0100 Subject: [PATCH] NNC: Tried to fix Linux typename compile issue --- ApplicationCode/ReservoirDataModel/RigNNCData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ReservoirDataModel/RigNNCData.h b/ApplicationCode/ReservoirDataModel/RigNNCData.h index 89570d36a9..4457d0bb0a 100644 --- a/ApplicationCode/ReservoirDataModel/RigNNCData.h +++ b/ApplicationCode/ReservoirDataModel/RigNNCData.h @@ -64,7 +64,7 @@ public: private: // This section is possibly not needed const std::vector& findConnectionIndices(size_t globalCellIndex, cvf::StructGridInterface::FaceType face) const; - typedef std::map, 7 > > ConnectionSearchMap; + typedef std::map, 7 > > ConnectionSearchMap; ConnectionSearchMap m_cellIdxToFaceToConnectionIdxMap; private: