Added circle property to EclipseGrid

This commit is contained in:
Joakim Hove
2017-05-21 17:57:46 +02:00
parent d4a4401b59
commit fbb2ce73cd
3 changed files with 12 additions and 0 deletions

View File

@@ -1096,4 +1096,5 @@ BOOST_AUTO_TEST_CASE(MoveTest) {
Opm::EclipseGrid grid2( std::move( grid1 )); // grid2 should be move constructed from grid1
BOOST_CHECK( !grid1.c_ptr() ); // We peek at some internal details ...
BOOST_CHECK( !grid1.circle( ));
}