CopyPermutation Subroutine

public subroutine CopyPermutation(permA, permB)

Copy one permutation to another in a safe way.

Arguments

Type IntentOptional Attributes Name
type(Permutation_t), intent(in) :: permA

Permutation to copy

type(Permutation_t), intent(inout) :: permB

permB = permA


Contents