Skip to content

Commit

Permalink
CLN: Remove unused C xtgrid importer
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Nov 13, 2023
1 parent 9395a6c commit 19562dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 166 deletions.
152 changes: 0 additions & 152 deletions src/clib/xtg/grdcp3d_import_xtgeo_grid.c

This file was deleted.

14 changes: 0 additions & 14 deletions src/clib/xtg/libxtg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1806,20 +1806,6 @@ grdcp3d_export_xtgeo_grid(long ncol,
char *metadata,
FILE *fc);

int
grdcp3d_import_xtgeo_grid(int mode,
long *swig_lon_out_p1,
long *swig_lon_out_p2,
long *swig_lon_out_p3,
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 *swig_bnd_char_100k, // metadata
FILE *fc);

int
grd3cp3d_xtgformat1to2_geom(long ncol,
long nrow,
Expand Down

0 comments on commit 19562dc

Please sign in to comment.