11 lines
179 B
C++
11 lines
179 B
C++
#include <opm/parser/eclipse/EclipseState/Tables/TableIndex.hpp>
|
|
|
|
extern "C" {
|
|
|
|
void table_index_free( Opm::TableIndex * table_index ) {
|
|
delete table_index;
|
|
}
|
|
|
|
|
|
}
|