FV3 Bundle
diag_manifest_mod::assignment(=) Interface Reference

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...
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ manifest_field_type_assign()

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 =.

Parameters
[out]lhslhs, target
[in]rhsrhs, source

Definition at line 204 of file diag_manifest.F90.


The documentation for this interface was generated from the following file: