copy_cgf Module Procedure

module procedure copy_cgf module subroutine copy_cgf(this, gf)

Arguments

Type IntentOptional AttributesName
class(cgf), intent(inout) :: this

The routine is called on this object.

class(cgf), intent(in) :: gf

The grid function to copy.


Called by

proc~~copy_cgf~~CalledByGraph proc~copy_cgf copy_cgf interface~copy_cgf copy_cgf interface~copy_cgf->proc~copy_cgf

Contents

None