X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2618e575d819b0d0046c6c35a4ae96e94b61d0be..c5671be7576dca4aca0cc73c77d4ee732df42140:/teshsuite/simdag/incomplete/incomplete.c diff --git a/teshsuite/simdag/incomplete/incomplete.c b/teshsuite/simdag/incomplete/incomplete.c index 050715f7bc..40a0648523 100644 --- a/teshsuite/simdag/incomplete/incomplete.c +++ b/teshsuite/simdag/incomplete/incomplete.c @@ -57,8 +57,7 @@ int main(int argc, char **argv) SD_task_destroy(taskD); SD_task_destroy(taskInit); - XBT_INFO("Simulation time: %f", SD_get_clock()); - + XBT_INFO("Simulation time: %f", simgrid_get_clock()); return 0; }