Initialize Group2 structure during Schedule construction
This commit is contained in:
@@ -137,6 +137,8 @@ BOOST_AUTO_TEST_CASE(test_IOrderSet) {
|
||||
|
||||
|
||||
Opm::IOrderSet<int> iset2;
|
||||
|
||||
|
||||
for (int i=10; i >= 0; i--)
|
||||
iset2.insert(i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user