mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update ecllib from statoil master repo commit a165d636552fa0c0f96219d341f7f2c17c08dc9d
This commit is contained in:
5
ThirdParty/Ert/lib/ecl/ecl_sum_vector.cpp
vendored
5
ThirdParty/Ert/lib/ecl/ecl_sum_vector.cpp
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user