Added completion list to RegionCache.

This commit is contained in:
Joakim Hove
2016-10-12 11:36:48 +02:00
parent a8d82221a8
commit 64f5c9d13e
5 changed files with 41 additions and 7 deletions

View File

@@ -182,7 +182,7 @@ struct setup {
ta( ERT::TestArea("test_summary") ),
solution( make_solution( es.getInputGrid() ) )
{
solution = make_solution( *es.getInputGrid());
solution = make_solution( es.getInputGrid());
}
};