]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove apparently unneeded variables.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Oct 2009 20:12:06 +0000 (20:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Oct 2009 20:12:06 +0000 (20:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@19779 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_parallel_sparse_matrix.cc

index 66e048299538cff32f1df493ecda8e620e7def35..02e166b1e482a974c3a8563e321c9695b43d32a1 100644 (file)
@@ -240,13 +240,10 @@ namespace PETScWrappers
 #ifdef PETSC_USE_64BIT_INDICES
       const std::vector<PetscInt> int_row_lengths (row_lengths.begin(),
                                                   row_lengths.end());
-      PetscInt
 #else
       const std::vector<signed int> int_row_lengths (row_lengths.begin(),
                                                      row_lengths.end());
-      int
 #endif
-       petsc_m = m, petsc_n = n;
 
 //TODO: There must be a significantly better way to provide information about the off-diagonal blocks of the matrix. this way, petsc keeps allocating tiny chunks of memory, and gets completely hung up over this
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.