Moved ColumnExtract and initState.

ColumnExtract -> opm/core/grid/ and initState -> opm/core/simulator/.
This commit is contained in:
Atgeirr Flø Rasmussen
2013-03-18 12:47:23 +01:00
parent 2d876925b7
commit f9f5cbf321
4 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@
#include <opm/core/props/IncompPropertiesInterface.hpp>
#include <opm/core/grid.h>
#include <opm/core/transport/reorder/reordersequence.h>
#include <opm/core/utility/ColumnExtract.hpp>
#include <opm/core/grid/ColumnExtract.hpp>
#include <opm/core/utility/RootFinders.hpp>
#include <opm/core/utility/miscUtilities.hpp>
#include <opm/core/pressure/tpfa/trans_tpfa.h>