Initialize Group2 structure during Schedule construction

This commit is contained in:
Joakim Hove
2019-07-24 08:38:39 +02:00
parent 8a52da5851
commit 12294cb637
7 changed files with 415 additions and 56 deletions

View File

@@ -137,6 +137,8 @@ BOOST_AUTO_TEST_CASE(test_IOrderSet) {
Opm::IOrderSet<int> iset2;
for (int i=10; i >= 0; i--)
iset2.insert(i);