Update ecllib from statoil master repo commit a165d636552fa0c0f96219d341f7f2c17c08dc9d

This commit is contained in:
Bjørn Erik Jensen
2018-08-13 10:20:34 +02:00
parent bffdef1c78
commit 23024b790f
471 changed files with 28319 additions and 13959 deletions

View File

@@ -20,7 +20,7 @@
#include <ert/ecl/ecl_sum.hpp>
#include <ert/ecl/ecl_smspec.hpp>
#include <ert/util/util.hpp>
#include <ert/util/util.h>
#include <ert/util/vector.hpp>
#include <ert/util/type_macros.hpp>
#include <ert/util/int_vector.hpp>
@@ -69,9 +69,6 @@ ecl_sum_vector_type * ecl_sum_vector_alloc(const ecl_sum_type * ecl_sum, bool ad
const ecl_smspec_type * smspec = ecl_sum_get_smspec(ecl_sum);
for (int i=0; i < ecl_smspec_num_nodes(smspec); i++) {
const smspec_node_type * node = ecl_smspec_iget_node( smspec , i );
if (!smspec_node_is_valid(node))
continue;
const char * key = smspec_node_get_gen_key1(node);
/*
The TIME keyword is special case handled to not be included; that is