Tiny alignment change

This commit is contained in:
Mael Rouxel-Labbé 2020-03-05 13:23:41 +01:00
parent af47c608fc
commit 18a7c6900f
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ public:
/// The type for the objects used to identify halfedges in the underlying mesh. /// The type for the objects used to identify halfedges in the underlying mesh.
typedef typename boost::graph_traits<TM>::halfedge_descriptor TM_halfedge_descriptor; typedef typename boost::graph_traits<TM>::halfedge_descriptor TM_halfedge_descriptor;
/// The type for the iterators that traverse through the complete halfedge set of the underlying mesh. /// The type for the iterators that traverse through the complete halfedge set of the underlying mesh.
typedef typename boost::graph_traits<TM>::halfedge_iterator TM_halfedge_iterator; typedef typename boost::graph_traits<TM>::halfedge_iterator TM_halfedge_iterator;
/// The type for the objects used to identify edges in the underlying mesh. /// The type for the objects used to identify edges in the underlying mesh.
typedef typename boost::graph_traits<TM>::edge_descriptor TM_edge_descriptor; typedef typename boost::graph_traits<TM>::edge_descriptor TM_edge_descriptor;