mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Unit Tests : Use size_t to avoid warning on Linux
This commit is contained in:
@@ -141,7 +141,7 @@ TEST(RigTofAccumulatedPhaseFractionsCalculator, sortTofAndCalculateAccPhaseFract
|
||||
accumulatedPhaseFractionSwat2,
|
||||
accumulatedPhaseFractionSoil2,
|
||||
accumulatedPhaseFractionSgas2);
|
||||
EXPECT_EQ(tofInIncreasingOrder2.size(), 3);
|
||||
EXPECT_EQ(size_t(3), tofInIncreasingOrder2.size());
|
||||
|
||||
double sumForOneTOF = accumulatedPhaseFractionSwat2[2]
|
||||
+ accumulatedPhaseFractionSoil2[2]
|
||||
|
||||
Reference in New Issue
Block a user