diff --git a/permutation.h b/permutation.h index 4ae2916..4400bd3 100644 --- a/permutation.h +++ b/permutation.h @@ -339,6 +339,7 @@ public: }; //not extremely efficient but compactly represented via young operators +//could also be done by modifying NRPerm list_all to store/not store the parity template PermutationAlgebra symmetrizer(int n) {