From: mquinson Date: Wed, 19 Jul 2006 15:43:40 +0000 (+0000) Subject: Typo (?) X-Git-Tag: v3.3~2719 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c88f85a40ebbc997a9471e1e6542ebb7ec1decd7 Typo (?) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2640 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index 846dde0e05..f74b96a5b8 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -350,7 +350,7 @@ static void lmm_print(lmm_system_t sys) DEBUG1("%s",trace_buf); trace_buf[0]='\000'; xbt_assert2((sum<=cnst->bound), "Incorrect value (%f is not smaller than %f)", - sumn,cnst->bound); + sum,cnst->bound); } /* Printing Result */