Copy_fpt_header Subroutine

private pure subroutine Copy_fpt_header(left, right)

Copy the FPT header information.

Arguments

TypeIntentOptionalAttributesName
type(ply_fpt_header_type), intent(out) :: left

fpt to copy to

type(ply_fpt_header_type), intent(in) :: right

fpt to copy from


Called by

proc~~copy_fpt_header~~CalledByGraph proc~copy_fpt_header Copy_fpt_header interface~assignment(=)~4 assignment(=) interface~assignment(=)~4->proc~copy_fpt_header

Contents

None