From: Wolfgang Bangerth Date: Fri, 4 Jun 2004 14:41:50 +0000 (+0000) Subject: Remove TODOs that are now fixed. X-Git-Tag: v8.0.0~15076 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4845e359f62269fcf8078453509b7bc6777beb11;p=dealii.git Remove TODOs that are now fixed. git-svn-id: https://svn.dealii.org/trunk@9383 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index fb451f2e06..81c6e0261b 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -170,7 +170,6 @@ namespace PETScWrappers // use the call sequence indicating only // a maximal number of elements per row // for all rows globally -//TODO[WB]: We should do better by providing ways to tell PETSc how to partition the columns const int ierr = MatCreateMPIAIJ(communicator, local_rows, local_columns, @@ -214,7 +213,6 @@ namespace PETScWrappers const std::vector int_row_lengths (row_lengths.begin(), row_lengths.end()); -//TODO[WB]: We should do better by providing ways to tell PETSc how to partition the columns const int ierr = MatCreateMPIAIJ(communicator, local_rows, local_columns,