rogueviz::kohonen:: works on IRREGULAR

This commit is contained in:
?
2019-09-12 22:38:43 +02:00
committed by Zeno Rogue
parent 3ed2de8519
commit e68106f582
+1 -1
View File
@@ -411,7 +411,7 @@ void buildcellcrawler(cell *c, cellcrawler& cr, int dir) {
map<int, cellcrawler> scc;
pair<int, int> get_cellcrawler_id(cell *c) {
if(among(geometry, gZebraQuotient, gMinimal) || (euwrap && !fulltorus)) {
if(among(geometry, gZebraQuotient, gMinimal) || (euwrap && !fulltorus) || IRREGULAR) {
// Zebra Quotient does exhibit some symmetries,
// but these are so small anyway that it is safer to just build
// a crawler for every neuron