Next try
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@527 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -150,7 +150,7 @@ protected:
|
|||||||
{
|
{
|
||||||
|
|
||||||
// Sorted queue containing all edges sorted by their decreasing length
|
// Sorted queue containing all edges sorted by their decreasing length
|
||||||
std::priority_queue< queueElement, std::vector< queueElement > , CompareLengthFunction< typename mesh_t, real_t > > queue;
|
std::priority_queue< queueElement, std::vector< queueElement > , CompareLengthFunction< mesh_t, real_t > > queue;
|
||||||
|
|
||||||
// Build the initial queue
|
// Build the initial queue
|
||||||
// First element should be longest edge
|
// First element should be longest edge
|
||||||
|
|||||||
Reference in New Issue
Block a user