diff --git a/crystal.cpp b/crystal.cpp index 9b762dd1..16cccdc0 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -584,6 +584,7 @@ struct hrmap_crystal : hrmap_standard { virtual transmatrix relative_matrix(cell *h2, cell *h1, const hyperpoint& hint) override { if(!crystal3()) return hrmap_standard::relative_matrix(h2, h1, hint); + for(int i=0; imove(i)) return adj(h1->master, i); if(gmatrix0.count(h2) && gmatrix0.count(h1)) return inverse(gmatrix0[h1]) * gmatrix0[h2]; return xpush(999);