Skip to content

Commit

Permalink
Cython fixup (#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Dec 16, 2024
1 parent fddc94d commit 85521cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/cython/dmcommon.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@ def make_global_numbering(PETSc.Section lsec, PETSc.Section gsec):
cdef:
PetscInt c, cc, p, pStart, pEnd, dof, cdof, loff, goff
np.ndarray val
PetscInt *dof_array = NULL
const PetscInt *dof_array = NULL

val = np.empty(lsec.getStorageSize(), dtype=IntType)
pStart, pEnd = lsec.getChart()
Expand Down

0 comments on commit 85521cd

Please sign in to comment.