From a11fe45bb6fa92d1c4aaaecf36a9f891a4bb2fd6 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 28 Jun 2004 14:48:35 +0000 Subject: [PATCH] Allow compilation. git-svn-id: https://svn.dealii.org/trunk@9475 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/petsc_64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bits/petsc_64.cc b/tests/bits/petsc_64.cc index 3ae3f6731c..ae88489bed 100644 --- a/tests/bits/petsc_64.cc +++ b/tests/bits/petsc_64.cc @@ -65,7 +65,7 @@ int main (int argc,char **argv) Assert(n_dofs%n_mpi_processes==0, ExcInternalError()); const unsigned int n_local_dofs=n_dofs/n_mpi_processes; PETScWrappers::MPI::SparseMatrix - v2 (mpi_communicator, n_dofs, n_dofs, n_local_dofs, 5); + v2 (mpi_communicator, n_dofs, n_dofs, n_local_dofs, n_local_dofs, 5); test (v2); } PetscFinalize(); -- 2.39.5