copyfrom Subroutine

private subroutine copyfrom(this, that, lpos, sdim, ddim)

Arguments

Type IntentOptional AttributesName
class(field2d), intent(inout) :: this
class(field3d), intent(in) :: that
integer, intent(in) :: lpos
integer, intent(in), dimension(:):: sdim
integer, intent(in), dimension(:):: ddim

Contents

None