Skip to content

Commit

Permalink
ENH: added "pid" as new attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Jul 19, 2024
1 parent af5a455 commit dd4f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfe3d/quad4r.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cdef class Quad4R:
Pointer to the probe.

"""
cdef public int eid
cdef public int eid, pid
cdef public int n1, n2, n3, n4
cdef public int c1, c2, c3, c4
cdef public int init_k_KC0, init_k_KG, init_k_M
Expand Down

0 comments on commit dd4f4ac

Please sign in to comment.