From: Wolfgang Bangerth Date: Mon, 9 Jun 2003 18:55:24 +0000 (+0000) Subject: Remove erroneously applied throw() clauses. X-Git-Tag: v8.0.0~16426 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9865c656f0968a7997ebdc8de7355af9cdcf010f;p=dealii.git Remove erroneously applied throw() clauses. git-svn-id: https://svn.dealii.org/trunk@7778 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index 1f4c974352..f67908cd92 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -206,7 +206,7 @@ BlockIndices::reinit (const std::vector &n) inline std::pair -BlockIndices::global_to_local (const unsigned int i) const throw() +BlockIndices::global_to_local (const unsigned int i) const { Assert (i