From 631d591bab136c3a757f777bacfbb302d79e739a Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 25 Feb 2005 01:15:16 +0000 Subject: [PATCH] WTF git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1072 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gras/gras.c b/src/gras/gras.c index 03af67b124..0a7ef53bd3 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -29,7 +29,7 @@ void gras_init(int *argc,char **argv, const char *defaultlog) { /* First initialize the XBT */ xbt_init_defaultlog(argc,argv,defaultlog); - gras_chrono_init(); + /*gras_chrono_init(); * FIXME: Arnaud, WTF?? It depends on MSG!! */ /* module registrations: * - declare process specific data we need (without creating them) */ -- 2.20.1