~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to CHOLMOD/Partition/cholmod_nesdis.c

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* ========================================================================== */
4
4
 
5
5
/* -----------------------------------------------------------------------------
6
 
 * CHOLMOD/Partition Module.  Version 1.3.
 
6
 * CHOLMOD/Partition Module.
7
7
 * Copyright (C) 2005-2006, Univ. of Florida.  Author: Timothy A. Davis
8
8
 * The CHOLMOD/Partition Module is licensed under Version 2.1 of the GNU
9
9
 * Lesser General Public License.  See lesser.txt for a text of the license.
1434
1434
#endif
1435
1435
 
1436
1436
        PRINT0 (("consider cn %d nd_small %d ", cn, nd_small)) ;
1437
 
        if (cn < nd_small)  /* TODO should be 'total_weight < nd_small' */
 
1437
        if (cn < nd_small)  /* could be 'total_weight < nd_small' instead */
1438
1438
        {
1439
1439
            /* place all nodes in the separator */
1440
1440
            PRINT0 ((" too small\n")) ;