Skip to content

Commit

Permalink
Merge pull request #47 from BconstantMMK/main
Browse files Browse the repository at this point in the history
Post and Post_IBM: change node type for MLS data stored in surface tree
  • Loading branch information
benoit128 authored Jun 18, 2024
2 parents 1f8468c + 52013ce commit b970460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/Post/Post/PyTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _prepareProjectCloudSolution(cloud, surf, dim=3, loc='nodes', ibm=False):
children.append(Internal.createNode('offset' , 'DataArray_t', offset))
children.append(Internal.createNode('interpDonor' , 'DataArray_t', interpDonor))
children.append(Internal.createNode('interpCoef' , 'DataArray_t', interpCoef))
Internal._createChild(zones[noz], 'POST_MLS', 'ZoneSubRegion_t', value=None, children=children)
Internal._createChild(zones[noz], 'POST_MLS', 'UserDefinedData_t', value=None, children=children)

return None

Expand Down

0 comments on commit b970460

Please sign in to comment.