Changed writeECLDate() to write UNFORMATTED restart files.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Opm
|
||||
const std::string& base_name) {
|
||||
|
||||
ecl_file_enum file_type = ECL_UNIFIED_RESTART_FILE; // Alternatively ECL_RESTART_FILE for multiple restart files.
|
||||
bool fmt_file = true;
|
||||
bool fmt_file = false;
|
||||
|
||||
char * filename = ecl_util_alloc_filename(output_dir.c_str() , base_name.c_str() , file_type , fmt_file , current_step );
|
||||
int phases = ECL_OIL_PHASE + ECL_WATER_PHASE;
|
||||
|
||||
Reference in New Issue
Block a user