From 27ece814b216ad197982b0f6c8b2cb11f55c2f98 Mon Sep 17 00:00:00 2001 From: Pietro Incardona Date: Thu, 22 Sep 2016 00:09:32 +0200 Subject: [PATCH] Fix vcluster --- src/VCluster_semantic.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VCluster_semantic.ipp b/src/VCluster_semantic.ipp index 2af5889..f1a0447 100644 --- a/src/VCluster_semantic.ipp +++ b/src/VCluster_semantic.ipp @@ -566,7 +566,7 @@ void reorder_buffer(openfpm::vector & prc, openfpm::vector & sz_ recv_buff_reorder() {}; //! needed to reorder - bool operator<(const recv_buff_reorder & rd) + bool operator<(recv_buff_reorder & rd) { return proc < rd.proc; } -- GitLab