mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
group constructors use "dim" as parameters where appropriate
This commit is contained in:
@@ -29,19 +29,19 @@ namespace tc {
|
||||
Group schlafli(const std::vector<int> &mults);
|
||||
|
||||
namespace group {
|
||||
Group A(int n);
|
||||
Group A(int dim);
|
||||
|
||||
Group B(int n);
|
||||
Group B(int dim);
|
||||
|
||||
Group D(int n);
|
||||
Group D(int dim);
|
||||
|
||||
Group E(int n);
|
||||
Group E(int dim);
|
||||
|
||||
Group F4();
|
||||
|
||||
Group G2();
|
||||
|
||||
Group H(int n);
|
||||
Group H(int dim);
|
||||
|
||||
Group I2(int n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user