mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
2
ThirdParty/Ert/lib/ecl/ecl_nnc_geometry.cpp
vendored
2
ThirdParty/Ert/lib/ecl/ecl_nnc_geometry.cpp
vendored
@@ -92,7 +92,7 @@ static bool ecl_nnc_cmp(const ecl_nnc_pair_type& nnc1, const ecl_nnc_pair_type&
|
||||
if (nnc1.global_index2 != nnc2.global_index2)
|
||||
return nnc1.global_index2 < nnc2.global_index2;
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user