fixed a bug in heptdistance for standard tilings (correct X)

This commit is contained in:
Zeno Rogue 2019-08-14 09:36:09 +02:00
parent 4f38f30e59
commit 77d666ab15
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ EX namespace binary {
if(geometry == gBinary4) return 3;
if(geometry == gBinaryTiling) return 5;
if(penrose) return 0;
if(!binarytiling) return 0;
return S7-1;
}