From: Frederic Suter Date: Sun, 29 Mar 2020 11:45:07 +0000 (+0200) Subject: cosmetics X-Git-Tag: v3.26~684 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a6da88af374dae7be62a0147019152df8637d12f?hp=3ba114fcb8d167616ca8ddf5b74bdfd6f4681982 cosmetics --- diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index d393368077..a62c35e5f8 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -9,17 +9,16 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate ac --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/${example} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --setenv pythoncmd=${PYTHON_EXECUTABLE} - --setenv LD_LIBRARY_PATH=${TESH_LIBRARY_PATH} - --setenv PYTHONPATH=${CMAKE_BINARY_DIR}/lib - --cd ${CMAKE_CURRENT_SOURCE_DIR}/${example} + --setenv LD_LIBRARY_PATH=${TESH_LIBRARY_PATH} + --setenv PYTHONPATH=${CMAKE_BINARY_DIR}/lib + --cd ${CMAKE_CURRENT_SOURCE_DIR}/${example} ${example}.tesh) endif() endforeach() -set(tesh_files examples/python/actor-create/actor-create_d.xml - examples/python/actor-lifetime/actor-lifetime_d.xml - examples/python/async-wait/async-wait_d.xml - examples/python/async-waitall/async-waitall_d.xml - examples/python/async-waitany/async-waitany_d.xml - ${tesh_files} PARENT_SCOPE) -set(examples_src ${examples_src} PARENT_SCOPE) +set(examples_src ${examples_src} PARENT_SCOPE) +set(tesh_files ${tesh_files} examples/python/actor-create/actor-create_d.xml + examples/python/actor-lifetime/actor-lifetime_d.xml + examples/python/async-wait/async-wait_d.xml + examples/python/async-waitall/async-waitall_d.xml + examples/python/async-waitany/async-waitany_d.xml PARENT_SCOPE) diff --git a/src/kernel/routing/EmptyZone.cpp b/src/kernel/routing/EmptyZone.cpp index 4cd4d11136..7a16f4549c 100644 --- a/src/kernel/routing/EmptyZone.cpp +++ b/src/kernel/routing/EmptyZone.cpp @@ -27,6 +27,6 @@ void EmptyZone::get_graph(const s_xbt_graph_t* /*graph*/, std::map