From: alegrand Date: Thu, 27 Jan 2005 18:36:27 +0000 (+0000) Subject: Go away. There is nothing to look at here yet. X-Git-Tag: v3.3~4563 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a7067e48184aafdfc20d69e1dc6a58add7c415c Go away. There is nothing to look at here yet. Poor guy. This axe right through his spin... Must be horribly painful! git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@787 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/gras.c b/src/gras/gras.c index 01fdc190b7..897e7f583d 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -23,6 +23,8 @@ static int gras_running_process = 0; void gras_init(int *argc,char **argv, const char *defaultlog) { INFO0("Initialize GRAS"); + CRITICAL0("Go Away ! Work in progress "); + xbt_assert0(0, "GO TO HELL! ]:)"); xbt_init_defaultlog(argc,argv,defaultlog); gras_process_init(); /* calls procdata_init, which calls dynar_new */ /** init other submodules */