From f8daa0b0bec578316734151f401203a1d64dcb62 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 Sep 2009 13:52:19 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@19551 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparsity_tools.cc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/deal.II/lac/source/sparsity_tools.cc b/deal.II/lac/source/sparsity_tools.cc index 04efe8446d..d402d872f2 100644 --- a/deal.II/lac/source/sparsity_tools.cc +++ b/deal.II/lac/source/sparsity_tools.cc @@ -398,17 +398,7 @@ namespace SparsityTools // whether the // front-marching-algorithm (which // Cuthill-McKee actually is) has - // reached all points. it should - // usually do so, but might not for - // two reasons: - // - // - The algorithm above has a bug, or - // - The domain is not connected and - // consists of separate parts. - // - // In any case, if not all DoFs - // have been reached, renumbering - // will not be possible + // reached all points. Assert ((std::find (new_indices.begin(), new_indices.end(), numbers::invalid_unsigned_int) == new_indices.end()) -- 2.39.5