Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: a ref cannot be nullptr
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 23 Sep 2021 09:18:46 +0000 (11:18 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 28 Sep 2021 18:57:17 +0000 (20:57 +0200)
src/s4u/s4u_Host.cpp

index e3f77fa..74b3963 100644 (file)
@@ -154,7 +154,6 @@ size_t Host::get_actor_count() const
  * @param links [OUT] where to store the list of links (must exist, cannot be nullptr).
  * @param latency [OUT] where to store the latency experienced on the path (or nullptr if not interested)
  *                It is the caller responsibility to initialize latency to 0 (we add to provided route)
- * @pre links!=nullptr
  *
  * walk through the routing components tree and find a route between hosts
  * by calling each "get_route" function in each routing component.