1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

debug removed in lie_exp

This commit is contained in:
Zeno Rogue 2023-01-07 11:44:31 +01:00
parent f5f6bdcf3b
commit 63032a42a2

View File

@ -3126,7 +3126,6 @@ EX shiftpoint lie_exp(hyperpoint h1) {
else if(sl2) {
h[3] = 0;
ld v = h[0] * h[0] + h[1] * h[1] - h[2] * h[2];
println(hlog, "v = ", v);
if(v < 0) {
v = sqrt(-v);
h *= sin(v) / v;