~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to lib/neatogen/constrained_majorization_ipsep.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: constrained_majorization_ipsep.c,v 1.4 2006/12/07 22:49:36 erg Exp $ $Revision: 1.4 $ */
 
1
/* $Id: constrained_majorization_ipsep.c,v 1.5 2007/11/12 22:24:27 erg Exp $ $Revision: 1.5 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**
440
440
    deleteCMajEnvVPSC(cMajEnvVrt);
441
441
 
442
442
    if (opt->noverlap == 2) {
443
 
        fprintf(stderr, "Removing overlaps as post-process...\n");
 
443
        /* fprintf(stderr, "Removing overlaps as post-process...\n"); */
444
444
        removeoverlaps(orig_n, coords, opt);
445
445
    }
446
446