mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
making wells_rep_radius and wells_perf_length const when initializing.
This commit is contained in:
@@ -80,8 +80,8 @@ namespace Opm {
|
||||
const bool has_vapoil,
|
||||
const bool has_polymer,
|
||||
const bool has_plyshlog,
|
||||
std::vector<double>& wells_rep_radius,
|
||||
std::vector<double>& wells_perf_length,
|
||||
const std::vector<double>& wells_rep_radius,
|
||||
const std::vector<double>& wells_perf_length,
|
||||
const bool terminal_output);
|
||||
|
||||
/// Called once before each time step.
|
||||
|
||||
Reference in New Issue
Block a user