X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..3d845df082d79ab89649c1a8829eea201ae01085:/examples/simdag/sd_test2.c diff --git a/examples/simdag/sd_test2.c b/examples/simdag/sd_test2.c index 781a7d4ef7..9342bd82ed 100644 --- a/examples/simdag/sd_test2.c +++ b/examples/simdag/sd_test2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -8,7 +8,7 @@ #include #include -#include "simdag/simdag.h" +#include "simgrid/simdag.h" #include "xbt/log.h" #include "xbt/sysdep.h" /* calloc, printf */ @@ -57,7 +57,7 @@ int main(int argc, char **argv) double final_cost = 5e+9; double *ParComp_wcomm2_table; - /* initialisation of SD */ + /* SD initialization */ SD_init(&argc, argv); /* creation of the environment */