Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderParam), | intent(in) | :: | this | |||
class(RegridderParam), | intent(in) | :: | other |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderParam), | intent(in) | :: | this | |||
class(RegridderParam), | intent(in) | :: | other |
type, abstract :: RegridderParam contains procedure(I_equal_to), deferred :: equal_to generic :: operator(==) => equal_to end type RegridderParam