Function to melt two properties together. The resulting property holds the union of firstPrp and secondPrp.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | firstPrp | The first property to be melted. |
||
integer, | intent(in) | :: | secondPrp | The second property to be melted. |
The resulting property (the union of the first and second property)