Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue to mess up with simdag
[simgrid.git] / teshsuite / simdag / incomplete / incomplete.c
index 201e05e..40a0648 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2019. The SimGrid Team.
+/* Copyright (c) 2007-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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;
 }