Skip to content

Commit

Permalink
Forgot to revert these changes in PYB11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsuji committed Aug 9, 2024
1 parent cc65f0d commit affa3ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/PYB11/NodeList/SolidNodeList.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ def particleTypes(self):
"The particle type field"
return "const IntField&"

@PYB11const
@PYB11returnpolicy("reference_internal")
def mask(self):
"The mask field"
return "const IntField&"

@PYB11const
@PYB11returnpolicy("reference_internal")
def strengthModel(self):
Expand Down
1 change: 0 additions & 1 deletion src/PYB11/Strength/Strength_PYB11.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ class SolidFieldNames:
fragmentIDs = PYB11readonly(static=True, returnpolicy="copy")
particleTypes = PYB11readonly(static=True, returnpolicy="copy")
meltSpecificEnergy = PYB11readonly(static=True, returnpolicy="copy")
mask = PYB11readonly(static=True, returnpolicy="copy")

0 comments on commit affa3ce

Please sign in to comment.