rename compatibility.hh to ebos/femcpgridcompat.hh

the purpose of this seems to be to make 'Opm::CpGrid' usable with
'dune-fem'. This is quite a fringe case, and the code should better go
to opm-grid.
This commit is contained in:
Andreas Lauser
2018-04-10 10:00:56 +02:00
parent 1af2996b2a
commit ede2ef35af
2 changed files with 12 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
#include "eclbasevanguard.hh"
#include "ecltransmissibility.hh"
#include "femcpgridcompat.hh"
#include <opm/grid/CpGrid.hpp>
#include <opm/grid/cpgrid/GridHelpers.hpp>