X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d12b73df9c90c73810352507244d5d3d63c1c6b..cbd7c552d286a6b915bd8f3df45d1559d6a42fba:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 75746f6956..386e35f846 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -23,7 +23,7 @@ static int gras_running_process = 0; void gras_init(int *argc,char **argv, const char *defaultlog) { INFO0("Initialize GRAS"); - xbt_assert0(0,"Work in progress. Forget about GRAS for now."); + xbt_assert0(gras_if_RL(),"Work in progress. Forget about GRAS simulation for now."); xbt_init_defaultlog(argc,argv,defaultlog); gras_process_init(); /* calls procdata_init, which calls dynar_new */ /** init other submodules */