Skip to content

Commit

Permalink
Update implicit.xsd
Browse files Browse the repository at this point in the history
Fixed implicitfunction annotation to refect the correct order
  • Loading branch information
jordig100 committed May 10, 2024
1 parent 537ff2d commit 3619893
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions implicit.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,11 @@
<vector identifier="coordinates" displayname="Coordinates"/>
<scalar identifier="radius" displayname="radius"/>
</in>
<out>
<vectoref identifier="distance" ref="sub1.difference">
</out>
<length identifier="length1" displayname="length1">
<in>
<vectorref identifier="coordinates" ref="inputs.coordinates"/>
Expand All @@ -2600,11 +2604,7 @@
<scalar identifier="difference" displayname="difference"></scalar>
</out>
</subtraction>
<outputs>
<vectoref identifier="distance" ref="sub1.difference">
</outputs>
</function>
</implicitfunction>
]]>
</xs:documentation>
Expand Down

0 comments on commit 3619893

Please sign in to comment.