Skip to content

Commit 52f8ec8

Browse files
committed
#38936: revert addition of inline statement
1 parent 6b2345e commit 52f8ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/groups/perm_gps/partn_ref/data_structures.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ cdef inline void OP_join(OrbitPartition *OP, int m, int n) noexcept:
141141
if m_root != n_root:
142142
OP.num_cells -= 1
143143

144-
cdef inline void OP_make_set(OrbitPartition *OP) noexcept
144+
cdef void OP_make_set(OrbitPartition *OP) noexcept
145145

146146
cdef inline int OP_merge_list_perm(OrbitPartition *OP, int *gamma) noexcept:
147147
"""

0 commit comments

Comments
 (0)