Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
\t removed
authorAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 5 Apr 2021 10:28:27 +0000 (12:28 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 6 Apr 2021 18:07:16 +0000 (20:07 +0200)
src/smpi/include/private.hpp

index 87bf3fb..87694a0 100644 (file)
@@ -539,7 +539,7 @@ XBT_PRIVATE void private_execute_flops(double flops);
              "%s: param %d %s cannot be negative or 0", __func__, (num), _XBT_STRINGIFY(val));
 #define CHECK_COMM2(num, comm)                                                                                         \
   CHECK_MPI_NULL((num), MPI_COMM_NULL, MPI_ERR_COMM, (comm))
-#define CHECK_DELETED(num, err, obj)                                                                                  \
+#define CHECK_DELETED(num, err, obj)                                                                                   \
   CHECK_ARGS((obj)->deleted(), (err), "%s: param %d %s has already been freed", __func__, (num), _XBT_STRINGIFY(obj));
 #define CHECK_COMM(num)                                                                                                \
   CHECK_COMM2((num), comm)                                                                                             \