Removed WELTARG commented code, moved wellperf_data into createWellsFromSpecs function

This commit is contained in:
Kristian Flikka
2014-02-03 09:22:28 +01:00
parent 76dff2e326
commit 3d215691da
2 changed files with 29 additions and 57 deletions

View File

@@ -141,11 +141,10 @@ namespace Opm
void setupWellControls(std::vector<WellConstPtr>& wells, size_t timeStep,
std::vector<std::string>& well_names, const PhaseUsage& phaseUsage);
void createWellsFromSpecs( ScheduleConstPtr schedule, size_t timeStep,
void createWellsFromSpecs( std::vector<WellConstPtr>& wells, size_t timeStep,
const UnstructuredGrid& grid,
std::vector<std::string>& well_names,
std::vector<WellData>& well_data,
std::vector<std::vector<PerfData> >& wellperf_data,
std::map<std::string, int> & well_names_to_index,
const PhaseUsage& phaseUsage,
const std::map<int,int> cartesian_to_compressed,