rulegen3:: genhoneycomb throws exception if rules not known

This commit is contained in:
Zeno Rogue 2022-08-13 23:14:44 +02:00
parent dc37e1ed23
commit 3cffc218e6
1 changed files with 1 additions and 0 deletions

View File

@ -1386,6 +1386,7 @@ vector<int> representative;
void genhoneycomb(string fname) {
if(WDIM != 3) throw hr_exception("genhoneycomb not in honeycomb");
if(!known()) throw hr_exception("rules not known");
int qc = isize(t_origin);