mirror of https://github.com/CGAL/cgal
Added quote
This commit is contained in:
parent
43d5a058d5
commit
696e5d54cf
|
|
@ -391,7 +391,7 @@ void EdgeCollapse<M,SP,VIM,EIM,EBM,CF,PF,V>::Collapse( Profile const& aProfile )
|
|||
edge_descriptor lV0VL = primary_edge(aProfile.vlv0());
|
||||
|
||||
CGAL_ECMS_TRACE(3,"V0VL E" << lV0VL->id()
|
||||
<< "(V" << lV0VL->vertex()->id() << "->V" << lV0VL->opposite()->vertex()->id() << ")
|
||||
<< "(V" << lV0VL->vertex()->id() << "->V" << lV0VL->opposite()->vertex()->id() << ")"
|
||||
) ;
|
||||
|
||||
Edge_data& lData = get_data(lV0VL) ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue