]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unused variable in a test. 12325/head
authorDavid Wells <drwells@email.unc.edu>
Thu, 27 May 2021 14:30:34 +0000 (10:30 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 27 May 2021 14:30:34 +0000 (10:30 -0400)
tests/petsc/64.cc

index 27ee8f4cacac763f6ceb25cf65e91bb577d69a0e..1aa7189afbc950f3ba41cd18a9481df4ec89902d 100644 (file)
@@ -69,7 +69,6 @@ main(int argc, char **argv)
         MPI_Comm_size(mpi_communicator, &n_jobs);
         const unsigned int n_mpi_processes = static_cast<unsigned int>(n_jobs);
         Assert(n_dofs % n_mpi_processes == 0, ExcInternalError());
-        const unsigned int n_local_dofs = n_dofs / n_mpi_processes;
         PETScWrappers::MPI::SparseMatrix v2;
         {
           FDMatrix               fd_matrix(N, N);

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.