From a3fbabf404a0ab0e387fb77789a6ed97ba7cdede Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 18 Feb 2016 18:08:24 +0000 Subject: [PATCH] Bug fix --- lib/communicator/Communicator_none.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/communicator/Communicator_none.cc b/lib/communicator/Communicator_none.cc index 877f0aad..25cfcc77 100644 --- a/lib/communicator/Communicator_none.cc +++ b/lib/communicator/Communicator_none.cc @@ -32,7 +32,7 @@ void CartesianCommunicator::Init(int *argc, char *** arv) { } -int Rank(void ){ return 0 }; +int Rank(void ){ return 0; }; CartesianCommunicator::CartesianCommunicator(const std::vector &processors) {