Skip to content

Commit

Permalink
CLN: Remove unused grd3d C code
Browse files Browse the repository at this point in the history
This code was not used and the grd3d variety of functions is meant to be
replaced if it is.
  • Loading branch information
mferrera committed Nov 21, 2023
1 parent 0af545d commit 163694f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 234 deletions.
129 changes: 0 additions & 129 deletions src/clib/xtg/grd3d_copy.c

This file was deleted.

90 changes: 0 additions & 90 deletions src/clib/xtg/grd3d_zcorn_convert.c

This file was deleted.

15 changes: 0 additions & 15 deletions src/clib/xtg/libxtg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1228,9 +1228,6 @@ grd3d_roff2xtgeo_splitenz(int nz,
long n_swig_np_flt_inplace_v2 // nzcorn
);

void
grd3d_zcorn_convert(int nx, int ny, int nz, float *zcorn, double *zcornsv, int option);

int
grd3d_ecl_tsteps(FILE *fc, int *seqnums, int *day, int *mon, int *year, int nmax);

Expand All @@ -1254,18 +1251,6 @@ grd3d_conv_grid_roxapi(int ncol,
long n_swig_np_dbl_aout_v3 // nzcorners
);

int
grd3d_copy(int ncol,
int nrow,
int nlay,
double *p_coord1_v,
double *p_zcorn1_v,
int *p_actnum1_v,
double *p_coord2_v,
double *p_zcorn2_v,
int *p_actnum2_v,
int iflag);

int
grd3d_crop_geometry(int nx,
int ny,
Expand Down

0 comments on commit 163694f

Please sign in to comment.