mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
small debug
This commit is contained in:
parent
bf128219c0
commit
209b21bc31
2
reg3.cpp
2
reg3.cpp
@ -288,6 +288,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;
|
||||
|
Loading…
Reference in New Issue
Block a user