~ubuntu-branches/debian/stretch/cgal/stretch

« back to all changes in this revision

Viewing changes to include/CGAL/Mesh_2/Clusters.h

  • Committer: Package Import Robot
  • Author(s): Joachim Reichel
  • Date: 2014-04-05 10:56:43 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140405105643-jgnrpu2thtx23zfs
Tags: 4.4-1
* New upstream release.
* Remove patches do-not-link-example-with-qt4-support-library.patch and
  fix_jet_fitting_3.patch (applied upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
              cluster_begin = current;
419
419
            }
420
420
        }
421
 
      else
 
421
      else {
422
422
        if(in_a_cluster)
423
423
          {
424
424
            // at this point, current is the end of a cluster and
426
426
            construct_cluster(v, cluster_begin, current);
427
427
            in_a_cluster = false;
428
428
          }
 
429
      }
 
430
      current = next;
429
431
      ++next;
430
 
      ++current;
431
432
    } while( current!=begin );
432
433
  if(in_a_cluster)
433
434
    {