mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#713) Removed temporary workaround for NNC data import in ECLIPSE 2015
This commit is contained in:
parent
cc9f20e912
commit
7b24b3a96b
4
ThirdParty/Ert/devel/libecl/src/ecl_grid.c
vendored
4
ThirdParty/Ert/devel/libecl/src/ecl_grid.c
vendored
@ -2287,10 +2287,6 @@ static void ecl_grid_init_nnc(ecl_grid_type * main_grid, ecl_file_type * ecl_fil
|
||||
int num_nnchead_kw = ecl_file_get_num_named_kw( ecl_file , NNCHEAD_KW );
|
||||
int i;
|
||||
|
||||
if(num_nnchead_kw > 0 && main_grid->eclipse_version == 2015){
|
||||
return; //Eclipse 2015 has an error with nnc.
|
||||
}
|
||||
|
||||
for (i = 0; i < num_nnchead_kw; i++) {
|
||||
ecl_file_push_block(ecl_file); /* <---------------------------------------------------------------- */
|
||||
ecl_file_select_block(ecl_file , NNCHEAD_KW , i);
|
||||
|
Loading…
Reference in New Issue
Block a user