~ubuntu-branches/ubuntu/precise/scotch/precise

« back to all changes in this revision

Viewing changes to src/libscotch/bgraph_bipart_fm.h

  • Committer: Package Import Robot
  • Author(s): "Adam C. Powell, IV"
  • Date: 2011-12-21 13:40:52 UTC
  • mfrom: (14.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111221134052-1yw353l7p7zoo51d
Tags: 5.1.12b.dfsg-1
* New upstream (closes: #652900).
* Rebuild with new mpi-defaults (closes: #652311).
* Forward-ported build-fixes.patch (just shifted one hunk two lines).
* New build-arch and build-indep targets in rules.
* Updated VCS URLs.
* Bumped Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2004,2007 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2004,2007,2011 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.
57
57
/**                                 to     12 mar 1999     **/
58
58
/**                # Version 4.0  : from : 27 aug 2004     **/
59
59
/**                                 to     27 aug 2004     **/
 
60
/**                # Version 5.1  : from : 27 mar 2011     **/
 
61
/**                                 to     27 mar 2011     **/
60
62
/**                                                        **/
61
63
/************************************************************/
62
64
 
122
124
#define static
123
125
#endif
124
126
 
125
 
static BgraphBipartFmVertex * bgraphBipartFmTablGet (GainTabl * restrict const, const Gnum, const Gnum);
 
127
static BgraphBipartFmVertex * bgraphBipartFmTablGet (GainTabl * restrict const, const Gnum, const Gnum, const Gnum);
126
128
 
127
129
int                         bgraphBipartFm      (Bgraph * restrict const, const BgraphBipartFmParam * const);
128
130