Update to follow previous moves and deletes.

This commit is contained in:
Atgeirr Flø Rasmussen 2013-03-18 12:40:34 +01:00
parent 5b132acc70
commit 2d876925b7
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@
#include <opm/core/simulator/TwophaseState.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/pressure/IncompTpfa.hpp>
#include <opm/core/transport/reorder/TofReorder.hpp>
#include <opm/core/transport/reorder/TofDiscGalReorder.hpp>
#include <opm/core/tof/TofReorder.hpp>
#include <opm/core/tof/TofDiscGalReorder.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/filesystem.hpp>

View File

@ -27,7 +27,7 @@
#define BOOST_TEST_MODULE DGBasisTest
#include <boost/test/unit_test.hpp>
#include <opm/core/transport/reorder/DGBasis.hpp>
#include <opm/core/tof/DGBasis.hpp>
#include <opm/core/grid/GridManager.hpp>
#include <opm/core/grid.h>
#include <cmath>