Remove data::Solution cells from Summary

This commit is contained in:
Tor Harald Sandve
2018-01-24 10:26:34 +01:00
parent 8a5062ae27
commit 06b7afc9be
7 changed files with 59 additions and 154 deletions

View File

@@ -51,13 +51,6 @@ BOOST_AUTO_TEST_CASE(create) {
Schedule schedule( deck, grid, es.get3DProperties(), es.runspec().phases(), ParseContext() );
out::RegionCache rc(es.get3DProperties() , grid, schedule);
const auto& c1 = rc.cells( 1 );
BOOST_CHECK_EQUAL( c1.size() , 100 );
const auto& c = rc.cells( 100 );
BOOST_CHECK_EQUAL( c.size() , 0 );
{
const auto& empty = rc.completions( 4 );
BOOST_CHECK_EQUAL( empty.size() , 0 );