Added integer flag to ecl_file_open: To allign with ert commit: bd542a45c5e72
This commit is contained in:
parent
b2a07a93d5
commit
1781d1fb65
@ -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