mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux compile fixes
p4#: 20663
This commit is contained in:
@@ -129,4 +129,4 @@ TEST(RigReservoirTest, BasicTest)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -52,4 +52,4 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
cvf::Collection<CaseToGridMap> m_caseToGrid;
|
cvf::Collection<CaseToGridMap> m_caseToGrid;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static double discretize(double scalarValue, const std::set<double>& sortedLevels);
|
static double discretize(double scalarValue, const std::set<double>& sortedLevels);
|
||||||
friend ScalarMapperDiscreteLog;
|
friend class ScalarMapperDiscreteLog;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user