From 53104386ef515fa4bd5610d31a11039fc2a4a368 Mon Sep 17 00:00:00 2001 From: Martin 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