X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab53e28fd3b2c329701b261e70518b6a2d4d626b..d2f19f87ea9f58ec528396689a5fb886e5692a80:/examples/simdag/sd_test2.c diff --git a/examples/simdag/sd_test2.c b/examples/simdag/sd_test2.c index 7c0baabb13..acab4c8d45 100644 --- a/examples/simdag/sd_test2.c +++ b/examples/simdag/sd_test2.c @@ -64,11 +64,8 @@ int main(int argc, char **argv) if (strstr(argv[1],".xml")) SD_create_environment(argv[1]); else - if (strstr(argv[1],".lua")) - SD_load_environment_script(argv[1]); - else - xbt_die("Unsupported platform description style (neither XML nor lua): %s", - argv[1]); + xbt_die("Unsupported platform description style (not XML): %s", + argv[1]); /* getting platform infos */ n_hosts = SD_workstation_get_number();