From: alegrand Date: Wed, 5 Jan 2005 00:27:52 +0000 (+0000) Subject: Taking into account an old behavior modification of surf_solve X-Git-Tag: v3.3~4618 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a7a5a24eadee8d76e5d9a5fd49a7c3df3a50df80?ds=sidebyside Taking into account an old behavior modification of surf_solve git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@732 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/surf/surf_usage.c b/testsuite/surf/surf_usage.c index c7d4a2b0aa..d58b85ad5b 100644 --- a/testsuite/surf/surf_usage.c +++ b/testsuite/surf/surf_usage.c @@ -125,7 +125,7 @@ void test(char *platform) action->resource_type->common_public->action_free(action); } - } while (surf_solve()); + } while (surf_solve()>=0.0); printf("Simulation Terminated\n");