From 15d690e9b9bd79e3ee9b6dae1a12753f131c024f Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Mon, 9 Oct 2017 09:59:58 +0100 Subject: [PATCH] Adding the cartesian communicator destructor --- lib/communicator/Communicator_none.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/communicator/Communicator_none.cc b/lib/communicator/Communicator_none.cc index 40feefec..4b9029d6 100644 --- a/lib/communicator/Communicator_none.cc +++ b/lib/communicator/Communicator_none.cc @@ -56,6 +56,9 @@ CartesianCommunicator::CartesianCommunicator(const std::vector &processors) } } +CartesianCommunicator::~CartesianCommunicator(){} + + void CartesianCommunicator::GlobalSum(float &){} void CartesianCommunicator::GlobalSumVector(float *,int N){} void CartesianCommunicator::GlobalSum(double &){}