The intialization of the vertex embedding for cutEdge in embeddedMap3 is commented out. Uncommenting fails so I copied and modified the edge embedding code:
if(isOrbitEmbedded<VERTEX>())
{
// embed the new darts created in the cut vertex
Algo::Topo::setOrbitEmbedding<VERTEX>(*this, d, getEmbedding<VERTEX>(d)) ;
// embed a new cell for the new vertex and copy the attributes' line (c) Lionel
Algo::Topo::setOrbitEmbeddingOnNewCell<VERTEX>(*this, nd) ;
}
I can submit a pull request but there are other changes that you may not want on my branch.
The intialization of the vertex embedding for cutEdge in embeddedMap3 is commented out. Uncommenting fails so I copied and modified the edge embedding code:
I can submit a pull request but there are other changes that you may not want on my branch.