Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't mix C with C++ API here.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 26 Jun 2021 19:30:26 +0000 (21:30 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 28 Jun 2021 13:56:57 +0000 (15:56 +0200)
This is in the Tutorial section and should be kept simple.

docs/source/Tutorial_Algorithms.rst

index ea45203..028038e 100644 (file)
@@ -605,11 +605,7 @@ simulation. Instead, retrieve the time in the simulated world with
 :cpp:func:`simgrid::s4u::Engine::get_clock`.
 
 You can still stop your workers with a specific task as previously,
-or you may kill them forcefully with
-:cpp:func:`simgrid::s4u::Actor::kill` (if you already have a reference
-to the actor you want to kill) or
-:cpp:func:`sg_actor_kill` (if you only have its ID).
-
+or you may kill them forcefully with :cpp:func:`simgrid::s4u::Actor::kill`.
 
 Anyway, the new deployment `deployment3.xml` file should thus look
 like this: