From: alegrand Date: Wed, 28 Feb 2007 09:20:12 +0000 (+0000) Subject: Homogeneous prototype. X-Git-Tag: v3.3~2191 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a7caf60add51e287d7032f2832df2db1efa5d931 Homogeneous prototype. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3168 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/sdp.c b/src/surf/sdp.c index 49bc7bdf31..bf0218f4fe 100644 --- a/src/surf/sdp.c +++ b/src/surf/sdp.c @@ -498,7 +498,7 @@ void sdp_solve(lmm_system_t sys) /* * Create the cross_link reference in order to have a byblock list. */ -void create_cross_link(struct constraintmatrix *myconstraints, int k){ +static void create_cross_link(struct constraintmatrix *myconstraints, int k){ int i, j; int blk; @@ -549,7 +549,7 @@ void create_cross_link(struct constraintmatrix *myconstraints, int k){ -void addentry(struct constraintmatrix *constraints, +static void addentry(struct constraintmatrix *constraints, struct blockmatrix *C, int matno, int blkno,