~ubuntu-branches/ubuntu/trusty/scotch/trusty

« back to all changes in this revision

Viewing changes to src/libscotch/arch_vcmplt.c

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Adam C. Powell, IV
  • Date: 2010-12-29 13:07:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101229130719-jwalolw5d6av6wqx
Tags: 5.1.11.dfsg-1
[Christophe Trophime]
* New upstream release
* Forward-ported patches to version 5.1.10b.
* Install scotch headers properly.
* Fix chrpath commands in debian/rules.
* Fix (pt)scotch library install paths.
* Fix lintian errors and warnings.

[Adam C. Powell, IV]
* Forward-ported patches to version 5.1.11.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2004,2007,2008 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2004,2007,2008,2010 ENSEIRB, INRIA & CNRS
2
2
**
3
3
** This file is part of the Scotch software package for static mapping,
4
4
** graph partitioning and sparse matrix ordering.
61
61
/**                # Version 4.0  : from : 05 nov 2003     **/
62
62
/**                                 to     05 nov 2003     **/
63
63
/**                # Version 5.1  : from : 21 jan 2008     **/
64
 
/**                                 to     21 jan 2008     **/
 
64
/**                                 to     11 aug 2010     **/
65
65
/**                                                        **/
66
66
/************************************************************/
67
67
 
196
196
const ArchVcmpltDom * const domptr,
197
197
FILE * const                stream)
198
198
{
199
 
  if (fprintf (stream, "%ld ",
200
 
               (long) domptr->termnum) == EOF) {
 
199
  if (fprintf (stream, ANUMSTRING " ",
 
200
               (Anum) domptr->termnum) == EOF) {
201
201
    errorPrint ("archVcmpltDomSave: bad output");
202
202
    return     (1);
203
203
  }