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