Skip to content

Commit

Permalink
CLN: Remove C export xtgeo grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Nov 13, 2023
1 parent 90c3808 commit 85a55bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
110 changes: 0 additions & 110 deletions src/clib/xtg/grdcp3d_export_xtgeo_grid.c

This file was deleted.

13 changes: 0 additions & 13 deletions src/clib/xtg/libxtg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1790,19 +1790,6 @@ grdcp3d_from_cube(int ncol,
int yflip,
int option);

void
grdcp3d_export_xtgeo_grid(long ncol,
long nrow,
long nlay,
double *swig_np_dbl_inplaceflat_v1, // coordsv
long n_swig_np_dbl_inplaceflat_v1, // ncoord
float *swig_np_flt_inplaceflat_v1, // zcornsv (float)
long n_swig_np_flt_inplaceflat_v1, // nzcorn
int *swig_np_int_inplaceflat_v2, // actnumsv
long n_swig_np_int_inplaceflat_v2, // nact
char *metadata,
FILE *fc);

int
grd3cp3d_xtgformat1to2_geom(long ncol,
long nrow,
Expand Down

0 comments on commit 85a55bf

Please sign in to comment.