mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
Remove Group::name
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace tc {
|
||||
SubGroup Group::subgroup(const std::vector<int> &gens) const {
|
||||
return SubGroup(*this, gens);
|
||||
return {*this, gens};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user