From: Martin Kronbichler Date: Mon, 1 Feb 2010 12:46:10 +0000 (+0000) Subject: Fix compile problem. X-Git-Tag: v8.0.0~6564 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53104386ef515fa4bd5610d31a11039fc2a4a368;p=dealii.git Fix compile problem. git-svn-id: https://svn.dealii.org/trunk@20482 0785d39b-7218-0410-832d-ea1e28bc413d --- 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