Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make generic SubdirectProductOp more robust
The generic SubdirectProductOp performs "recursion". But SubdirectProductOp in general expects the mappings given to it be group homomorphisms, and also that they "know" about this. Since it sometimes happens that mappings are produced that do not "know" this information, explicitly check for this (just as `SubdirectProduct` does). Fixes #3431 "even more"
- Loading branch information