Revert signature of writeECLData()
This commit is contained in:
parent
1970b14472
commit
2b9b09865c
@ -90,11 +90,6 @@ namespace Opm
|
|||||||
const int current_step,
|
const int current_step,
|
||||||
const double current_time,
|
const double current_time,
|
||||||
const boost::posix_time::ptime& current_date_time,
|
const boost::posix_time::ptime& current_date_time,
|
||||||
const int num_wells,
|
|
||||||
const int niwelz,
|
|
||||||
const int nzwelz,
|
|
||||||
const int niconz,
|
|
||||||
const int ncwmax,
|
|
||||||
const std::string& output_dir,
|
const std::string& output_dir,
|
||||||
const std::string& base_name) {
|
const std::string& base_name) {
|
||||||
|
|
||||||
@ -125,6 +120,13 @@ namespace Opm
|
|||||||
|
|
||||||
{
|
{
|
||||||
ecl_rsthead_type rsthead_data = { 0 };
|
ecl_rsthead_type rsthead_data = { 0 };
|
||||||
|
|
||||||
|
const int num_wells = 0;
|
||||||
|
const int niwelz = 0;
|
||||||
|
const int nzwelz = 0;
|
||||||
|
const int niconz = 0;
|
||||||
|
const int ncwmax = 0;
|
||||||
|
|
||||||
rsthead_data.nx = nx;
|
rsthead_data.nx = nx;
|
||||||
rsthead_data.ny = ny;
|
rsthead_data.ny = ny;
|
||||||
rsthead_data.nz = nz;
|
rsthead_data.nz = nz;
|
||||||
|
Loading…
Reference in New Issue
Block a user