From fa7fe6f8e80f5d72c3c1e228c03f53b4567591ae Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 1 Feb 2010 12:46:10 +0000 Subject: [PATCH] Fix compile problem. git-svn-id: https://svn.dealii.org/trunk@20482 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/constraint_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/source/constraint_matrix.cc b/deal.II/lac/source/constraint_matrix.cc index a4da438d13..493aef2ada 100644 --- a/deal.II/lac/source/constraint_matrix.cc +++ b/deal.II/lac/source/constraint_matrix.cc @@ -2065,7 +2065,7 @@ ConstraintMatrix::distribute (TrilinosWrappers::MPI::BlockVector &vec) const (my_indices.make_trilinos_map (mpi_comm->Comm(), true)); #else TrilinosWrappers::MPI::Vector vec_distribute - (my_indices.make_trilinos_map (MPI_COMM_WORLD, true))); + (my_indices.make_trilinos_map (MPI_COMM_WORLD, true)); #endif // here we import the data -- 2.39.5