From 8ff67bd4a1d836ac1150edfe03ddd68aaa08e474 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 5 Jan 2016 11:47:20 +0100 Subject: [PATCH] Removed erroneous test data. --- tests/test_norne_pvt.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/test_norne_pvt.cpp b/tests/test_norne_pvt.cpp index 9905bfd03..3bc92bddf 100644 --- a/tests/test_norne_pvt.cpp +++ b/tests/test_norne_pvt.cpp @@ -76,7 +76,8 @@ void verify_norne_oil_pvt_region2(const TableManager& tableManager) { 61, 61, 70, 70, 80, 80, - 100, 100, 100}; + 100, 100 , + 100}; std::vector P = {114, 148, @@ -86,7 +87,7 @@ void verify_norne_oil_pvt_region2(const TableManager& tableManager) { 194, 228, 214, 248, 234, 268, - 270 , 300, 330}; + 270 }; std::vector mu_expected = {0.00106736588, 0.00113961037, @@ -96,7 +97,7 @@ void verify_norne_oil_pvt_region2(const TableManager& tableManager) { 0.00072883113, 0.00076988665, 0.00068250424, 0.00072040786, 0.00062347677, 0.00064963306, - 0.00065122911, 0.00409946846, 0.00472871311}; + 0.00065122911}; std::vector b_expected = {0.88421444595, 0.88893909117, @@ -106,7 +107,7 @@ void verify_norne_oil_pvt_region2(const TableManager& tableManager) { 0.81904041272, 0.82404719615, 0.80341044483, 0.80845950744, 0.77131381726, 0.77661604334, - 0.77691738473, 0.98268067196, 0.98617572121}; + 0.77691738473}; { std::vector tableIndex(P.size() , 0);