Renamed newwells.h -> wells.h.

Also moved implementation file to subdir.
This commit is contained in:
Atgeirr Flø Rasmussen 2013-03-18 10:33:34 +01:00
parent c7789d7e52
commit e319fd1e38
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
#include <opm/core/grid.h>
#include <opm/core/grid/GridManager.hpp>
#include <opm/core/newwells.h>
#include <opm/core/wells.h>
#include <opm/core/wells/WellsManager.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/initState.hpp>

View File

@ -28,7 +28,7 @@
#include <opm/core/pressure/CompressibleTpfa.hpp>
#include <opm/core/grid.h>
#include <opm/core/newwells.h>
#include <opm/core/wells.h>
#include <opm/core/pressure/flow_bc.h>
#include <opm/core/simulator/SimulatorReport.hpp>

View File

@ -28,7 +28,7 @@
#include <opm/core/pressure/IncompTpfa.hpp>
#include <opm/core/grid.h>
#include <opm/core/newwells.h>
#include <opm/core/wells.h>
#include <opm/core/pressure/flow_bc.h>
#include <opm/core/simulator/SimulatorReport.hpp>