Skip to content

Commit

Permalink
Try fix elemental_nodal_to_nodal_fc.outputs[1].type_names
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Apr 25, 2023
1 parent e5ab073 commit 8d3b230
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ def _spec():
),
1: PinSpecification(
name="weights",
type_names=[
"class dataProcessing::DpfTypeCollection<class dataProcessing::CPropertyField>"
],
type_names=["class dataProcessing::CPropertyFieldsContainer"],
optional=False,
document="""Gives for each node, the number of times it
was found in the elemental nodal
Expand Down

0 comments on commit 8d3b230

Please sign in to comment.