Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Humpf, time to sleep, obviously
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 23 Mar 2021 00:47:04 +0000 (01:47 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 23 Mar 2021 00:47:04 +0000 (01:47 +0100)
src/kernel/routing/NetZoneImpl.cpp

index 09ff9b9..da4070f 100644 (file)
@@ -42,7 +42,7 @@ NetZoneImpl::~NetZoneImpl()
 
 void NetZoneImpl::add_child(NetZoneImpl* new_zone)
 {
-  xbt_assert(not sealed_, "Cannot add a new child to the sealed zone %s", get_cname(););
+  xbt_assert(not sealed_, "Cannot add a new child to the sealed zone %s", get_cname());
   children_.push_back(new_zone);
 }