Skip to content

Commit

Permalink
CLN: Remove unused C variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Nov 13, 2023
1 parent 3b210d9 commit d1252a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clib/xtg/x_3d_polyhedron.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ _x_point_in_hexahedron_v2(double x0, double y0, double z0, double *corners, long
}

double **crn = x_allocate_2d_double(8, 3);
int **cset = x_allocate_2d_int(4, 5);

int i, j;
int ic = 0;
Expand Down Expand Up @@ -607,4 +606,4 @@ x_point_in_hexahedron(double x0,
} else {
return _x_point_in_hexahedron_v2(x0, y0, z0, corners, ndim);
}
}
}

0 comments on commit d1252a5

Please sign in to comment.