Merge pull request #946 from atgeirr/remove-slow-call

Remove an unused call that is very slow.
This commit is contained in:
Joakim Hove 2019-08-15 06:57:10 +02:00 committed by GitHub
commit 1ff60496c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1432,7 +1432,6 @@ well_efficiency_factors( const ecl::smspec_node* node,
const bool is_group = (var_type == ECL_SMSPEC_GROUP_VAR);
const bool is_rate = !node->is_total();
const auto groupTree = schedule.groupTree(sim_step);
for( const auto& well : schedule_wells ) {
if (!well.hasBeenDefined(sim_step))