From: Martin Quinson Date: Tue, 12 Dec 2017 21:47:07 +0000 (+0100) Subject: improve documentation a tiny bit X-Git-Tag: v3.18~43 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bfc2bb2fe250f811b2931c915ead7092ba1d80e3?ds=sidebyside improve documentation a tiny bit --- diff --git a/examples/s4u/trace-platform/s4u-trace-platform.cpp b/examples/s4u/trace-platform/s4u-trace-platform.cpp index b448b0e1cc..7cea65051c 100644 --- a/examples/s4u/trace-platform/s4u-trace-platform.cpp +++ b/examples/s4u/trace-platform/s4u-trace-platform.cpp @@ -1,8 +1,13 @@ -/* Copyright (c) 2010, 2012-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +/* This source code simply loads the platform. This is only useful to play + * with the tracing module. See the tesh file to see how to generate the + * traces. + */ + #include "simgrid/s4u.hpp" int main(int argc, char* argv[])