Toggle navigation
NTPoly
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
CopyPermutation
Subroutine
6 statements
Source File
PermutationModule.F90
PermutationModule
CopyPermutation
Contents
public subroutine CopyPermutation(permA, permB)
Copy one permutation to another in a safe way.
Arguments
Type
Intent
Optional
Attributes
Name
type(
Permutation_t
),
intent(in)
::
permA
Permutation to copy
type(
Permutation_t
),
intent(inout)
::
permB
permB = permA
Contents