~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to COLAMD/Include/colamd.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 * Versions 2.3 and earlier of COLAMD do not include a #define'd version number.
82
82
 */
83
83
 
84
 
#define COLAMD_DATE "May 31, 2007"
 
84
#define COLAMD_DATE "Nov 1, 2007"
85
85
#define COLAMD_VERSION_CODE(main,sub) ((main) * 1000 + (sub))
86
86
#define COLAMD_MAIN_VERSION 2
87
87
#define COLAMD_SUB_VERSION 7
88
 
#define COLAMD_SUBSUB_VERSION 0
 
88
#define COLAMD_SUBSUB_VERSION 1
89
89
#define COLAMD_VERSION \
90
90
        COLAMD_VERSION_CODE(COLAMD_MAIN_VERSION,COLAMD_SUB_VERSION)
91
91