X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..7acf5dc4f0e82e30634e875e783c0af3815770ba:/examples/simdag/sd_test.c diff --git a/examples/simdag/sd_test.c b/examples/simdag/sd_test.c index f3e1d5da56..0f4220f510 100644 --- a/examples/simdag/sd_test.c +++ b/examples/simdag/sd_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2014. The SimGrid Team. +/* Copyright (c) 2006-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,7 +6,7 @@ #include #include -#include "simdag/simdag.h" +#include "simgrid/simdag.h" #include "xbt/ex.h" #include "xbt/log.h" @@ -197,8 +197,6 @@ int main(int argc, char **argv) xbt_assert(checkD == taskD && checkB == taskB, "Unexpected simulation results"); - xbt_dynar_free_container(&changed_tasks); - XBT_DEBUG("Destroying tasks..."); SD_task_destroy(taskA);