adapt to the new opm-material file names

This commit is contained in:
Andreas Lauser 2013-09-23 14:29:19 +02:00
parent b3a687c83b
commit e50fe7715f

View File

@ -28,13 +28,13 @@
#include <ewoms/models/immiscible/immisciblemodel.hh> #include <ewoms/models/immiscible/immisciblemodel.hh>
// The chemical species that are used // The chemical species that are used
#include <opm/material/components/simpleh2o.hh> #include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/lnapl.hh> #include <opm/material/components/Lnapl.hpp>
// The material laws // The material laws
#include <opm/material/fluidmatrixinteractions/2p/regularizedbrookscorey.hh> /*@\label{tutorial-coupled:rawLawInclude}@*/ #include <opm/material/fluidmatrixinteractions/2p/RegularizedBrooksCorey.hpp> /*@\label{tutorial-coupled:rawLawInclude}@*/
#include <opm/material/fluidmatrixinteractions/2p/efftoabslaw.hh> #include <opm/material/fluidmatrixinteractions/2p/EffToAbsLaw.hpp>
#include <opm/material/fluidmatrixinteractions/mp/2padapter.hh> #include <opm/material/fluidmatrixinteractions/mp/2pAdapter.hpp>
// For the DUNE grid // For the DUNE grid
#include <dune/grid/yaspgrid.hh> /*@\label{tutorial-coupled:include-grid-manager}@*/ #include <dune/grid/yaspgrid.hh> /*@\label{tutorial-coupled:include-grid-manager}@*/