point generation working; still needs broken into functions though.

This commit is contained in:
2020-01-04 15:01:33 -05:00
parent 5026daefec
commit 624edb3bbb
6 changed files with 130 additions and 11 deletions

View File

@@ -38,4 +38,7 @@ namespace tc {
return data[idx];
}
int Cosets::size() const {
return len;
}
}