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