mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
small debug
This commit is contained in:
2
reg3.cpp
2
reg3.cpp
@@ -289,6 +289,8 @@ EX namespace reg3 {
|
|||||||
for(int a=0; a<S7; a++) if(hr::celldistance(h1->move(a)->c7, h2->c7) < d)
|
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);
|
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");
|
println(hlog, "error in hrmap_quotient3:::relative_matrix");
|
||||||
return Id;
|
return Id;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user