diff --git a/dumux/linear/overlappingblockvector.hh b/dumux/linear/overlappingblockvector.hh index 26b0782782a7868f4921ecd846ad7b3e7a4d6c58..c7329f12dd62e9dc7e0f99f14575fe5b1c85d76b 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_()