Update ecllib from statoil master repo commit 0188b08081eb1ac4ade89ac224b8128b4c9b0481

This commit is contained in:
Bjørn Erik Jensen
2018-05-04 14:06:42 +02:00
parent 89930e15f7
commit d2e48ef153
511 changed files with 3901 additions and 42023 deletions

View File

@@ -18,6 +18,9 @@
#ifndef ERT_ECL_IO_CONFIG_H
#define ERT_ECL_IO_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct ecl_io_config_struct ecl_io_config_type;
@@ -38,4 +41,7 @@ bool ecl_io_config_get_unified_summary(ecl_io_config_type *);
ecl_io_config_type * ecl_io_config_alloc(bool ,bool ,bool);
void ecl_io_config_free(ecl_io_config_type * );
#ifdef __cplusplus
}
#endif
#endif