9 lines
145 B
C
9 lines
145 B
C
#ifndef MXGRDECL_H
|
|
#define MXGRDECL_H
|
|
|
|
void mx_init_grdecl (struct grdecl *g, const mxArray *s);
|
|
void free_grdecl (struct grdecl *g);
|
|
|
|
#endif
|
|
|