Copy one permutation to another in a safe way.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Permutation_t), | intent(in) | :: | permA |
Permutation to copy |
||
type(Permutation_t), | intent(inout) | :: | permB |
permB = permA |