]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_group.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Save the src_wifi_link and dst_wifi_link in a subclass of NetCm02Action
[simgrid.git] / src / smpi / include / smpi_group.hpp
index c0fa3fe1f127b0e4e85046b089cc5565f9fcd9f8..889dfa628db3782b7374aafa9d4031a8643b1583 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team.
+/* Copyright (c) 2010-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@ class Group : public F2C{
   std::vector<int> index_to_rank_map_;
 
   int refcount_ = 1; /* refcount_: start > 0 so that this group never gets freed */
+
 public:
   Group() = default;
   explicit Group(int size) : size_(size), rank_to_actor_map_(size, nullptr), index_to_rank_map_(size, MPI_UNDEFINED) {}