Files
opm-common/opm/parser/eclipse/python/c_inter/ctable_index.cc
2016-01-18 10:41:41 +01:00

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;
}
}