From: wolf Date: Fri, 4 Jun 2004 14:41:50 +0000 (+0000) Subject: Remove TODOs that are now fixed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df9be7d0b4fd650aa6cb0b9d7a0620d1d2893850;p=dealii-svn.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,