group constructors use "dim" as parameters where appropriate

This commit is contained in:
2019-12-27 17:19:40 -05:00
parent 96b27cd642
commit 3aae0b5286
2 changed files with 20 additions and 20 deletions

View File

@@ -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);