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