product:: preliminary version (no turning)

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:13 +02:00
parent f3dd779947
commit 6958cbcbd9
22 changed files with 349 additions and 116 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ struct hrmap_archimedean : hrmap {
}
if(euclid)
alt = encodeId(pair_to_vec(int(T[0][GDIM]), int(T[1][GDIM])));
alt = encodeId(pair_to_vec(int(T[0][LDIM]), int(T[1][LDIM])));
DEBB(DF_GEOM, ("look for: ", alt, " / ", T * C0));