]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/BarrierImpl.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This seems to reduce the amount of failure, but I don't know why :(
[simgrid.git] / src / kernel / activity / BarrierImpl.cpp
index b048eb8de6d929077e4b2f4a06e65f342cc0aac2..7b6436e819c5f24509919963b0e248e946e18e24 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2023. 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. */
@@ -28,6 +28,7 @@ void BarrierAcquisitionImpl::wait_for(actor::ActorImpl* issuer, double timeout)
     // Already in the queue
   }
 }
+
 void BarrierAcquisitionImpl::finish()
 {
   xbt_assert(simcalls_.size() == 1, "Unexpected number of simcalls waiting: %zu", simcalls_.size());