FV3 Bundle
|
Assignment operator for TYPE(manifest_field_type) More...
Public Member Functions | |
subroutine | manifest_field_type_assign (lhs, rhs) |
Allow ASSIGNMENT(=) operator to work on TYPE(manifest_field_type) More... | |
Assignment operator for TYPE(manifest_field_type)
Allow the TYPE(manifest_field_type) to be assigned properly. In most cases, this shouldn't be needed, but it is added here just in case some compiler just doesn't want to do the correct thing.
Definition at line 63 of file diag_manifest.F90.
subroutine diag_manifest_mod::assignment(=)::manifest_field_type_assign | ( | type(manifest_field_type), intent(out) | lhs, |
type(manifest_field_type), intent(in) | rhs | ||
) |
Allow ASSIGNMENT(=) operator to work on TYPE(manifest_field_type)
Simply assign the type on the rhs to the type on the lhs of the =
.
[out] | lhs | lhs, target |
[in] | rhs | rhs, source |
Definition at line 204 of file diag_manifest.F90.