Merge pull request #198 from joakim-hove/ert-add-ecl_file_open_flag
Added integer flag to ecl_file_open: To allign with ert commit: bd542a45
This commit is contained in:
commit
94e5af16e7
@ -1090,7 +1090,7 @@ void EclipseGridParser::getNumericErtFields(const string& filename)
|
||||
{
|
||||
#ifdef HAVE_ERT
|
||||
// Read file
|
||||
ecl_file_type * ecl_file = ecl_file_open(filename.c_str());
|
||||
ecl_file_type * ecl_file = ecl_file_open(filename.c_str() , 0);
|
||||
if (ecl_file == NULL) {
|
||||
THROW("Could not open IMPORTed file " << filename);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user