Skip to content

Commit

Permalink
fixup: re-introduce missing function in xtgeo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Jan 10, 2025
1 parent a332de2 commit 7b701aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lib/include/xtgeo/xtgeo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,20 @@ extern "C"
long n_swig_np_int_inplace_v1 // nactnum
);

void grd3d_midpoint(int i,
int j,
int k,
int nx,
int ny,
int nz,
double *coordsv,
long ncoord,
double *zcornsv,
long nzcorn,
double *x,
double *y,
double *z);

int grd3d_inact_outside_pol(double *swig_np_dbl_in_v1, // polygons X
long n_swig_np_dbl_in_v1, // N
double *swig_np_dbl_in_v2, // polygons Y
Expand Down

0 comments on commit 7b701aa

Please sign in to comment.