Small changes

This commit is contained in:
JCRaymond
2019-12-08 16:35:39 -05:00
parent 77e181ca9d
commit 64ee4e53f4

View File

@@ -273,7 +273,7 @@ int add_coset(const Coxeter &cox,
/**
* learn until it can't
*/
void learn(const Coxeter &cox, CosetTable &cosets,
inline void learn(const Coxeter &cox, CosetTable &cosets,
std::vector<RelTable> &reltables) {
const int nrels = cox.nrels;