1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

small debug

This commit is contained in:
Zeno Rogue 2020-01-16 16:50:07 +01:00
parent bf128219c0
commit 209b21bc31

View File

@ -289,6 +289,8 @@ EX namespace reg3 {
for(int a=0; a<S7; a++) if(hr::celldistance(h1->move(a)->c7, h2->c7) < d)
return adj(h1, a) * relative_matrix(h2, h1->move(a), hint);
for(int a=0; a<S7; a++) println(hlog, "d=", d, " vs ", hr::celldistance(h1->move(a)->c7, h2->c7));
println(hlog, "error in hrmap_quotient3:::relative_matrix");
return Id;
}