mirror of https://github.com/ecmwf/eccodes.git
9 lines
95 B
OpenEdge ABL
9 lines
95 B
OpenEdge ABL
|
%module grib
|
||
|
|
||
|
%{
|
||
|
#include "grib_api.h";
|
||
|
%}
|
||
|
|
||
|
%include typemaps.i
|
||
|
%include "grib_api_typemaps.h"
|