From: kronbichler Date: Mon, 1 Feb 2010 12:46:10 +0000 (+0000) Subject: Fix compile problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7fe6f8e80f5d72c3c1e228c03f53b4567591ae;p=dealii-svn.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