Skip to content

Commit

Permalink
XCore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
imadhammani committed Jul 23, 2024
1 parent ae5cab6 commit 665d3a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cassiopee/XCore/XCore/AdaptMesh/AdaptMesh_ExtractData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ PyObject *K_XCORE::AdaptMesh_ExtractNeighbourCellLevels(PyObject *self, PyObject
for (Int i = 0; i < M->npp; i++) {
PPatch *P = &M->pps[i];

P->sbuf_i = (Int *)XRESIZE(P->sbuf_i, P->nf * sizeof(Int));

PyObject *LVL = PyList_GetItem(out, i);

Int *pl = (Int *)PyArray_DATA((PyArrayObject *)LVL);
Expand Down

0 comments on commit 665d3a0

Please sign in to comment.