git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@527 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-23 16:10:16 +00:00
parent fbc2ca7075
commit c07930a287

View File

@@ -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