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 dd4f4ac commit 360070d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfe3d/quad4r.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ cdef class Quad4R:
def __cinit__(Quad4R self, Quad4RProbe p):
self.probe = p
self.eid = -1
self.pid = -1
self.n1 = -1
self.n2 = -1
self.n3 = -1
Expand Down

0 comments on commit 360070d

Please sign in to comment.