From a71279f9e39ba31e3e131a0c61c83a04a3e84459 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Wed, 5 Sep 2012 08:08:32 +0000 Subject: [PATCH] [overlappinglockvector.hh] Remove semicolons after methods. (reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9038 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/linear/overlappingblockvector.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dumux/linear/overlappingblockvector.hh b/dumux/linear/overlappingblockvector.hh index 26b0782782..c7329f12dd 100644 --- a/dumux/linear/overlappingblockvector.hh +++ b/dumux/linear/overlappingblockvector.hh @@ -57,7 +57,7 @@ public: , overlap_(&overlap) { createBuffers_(); - }; + } /*! * \brief Copy constructor. @@ -145,7 +145,7 @@ public: // wait until we have send everything waitSendFinished_(); - }; + } /*! * \brief Syncronize the block vector by taking the arithmetic @@ -190,7 +190,7 @@ public: // wait until we have send everything waitSendFinished_(); - }; + } /*! * \brief Syncronize an overlapping block vector by copying the @@ -221,7 +221,7 @@ public: // wait until we have send everything waitSendFinished_(); - }; + } using ParentType::operator=; /*! @@ -246,7 +246,7 @@ public: for (int i = 0; i < numDomestic; ++i) { (*this)[i] /= overlap_->numPeers(i) + 1; } - }; + } /*! * \brief Set all front entities to a given scalar value @@ -277,7 +277,7 @@ public: for (int i = 0; i < this->size(); ++i) { std::cout << "row " << i << (overlap_->isLocal(i)?" ":"*") << ": " << (*this)[i] << "\n"; } - }; + } private: void createBuffers_() -- GitLab