From: wolf Date: Mon, 15 Mar 2004 22:16:33 +0000 (+0000) Subject: Add a missing space. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568240195bbfe31418a05337ffdce264c90d0bbb;p=dealii-svn.git Add a missing space. git-svn-id: https://svn.dealii.org/trunk@8751 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_constraints.cc b/deal.II/deal.II/source/dofs/dof_constraints.cc index 789d3b8b60..461620b8bd 100644 --- a/deal.II/deal.II/source/dofs/dof_constraints.cc +++ b/deal.II/deal.II/source/dofs/dof_constraints.cc @@ -1255,9 +1255,9 @@ ConstraintMatrix::memory_consumption () const template void ConstraintMatrix::condense(VectorType &vec) const;\ template void ConstraintMatrix::set_zero(VectorType &vec) const;\ template void ConstraintMatrix:: \ - distribute_local_to_global (const Vector &, \ - const std::vector &, \ - VectorType &) const; \ + distribute_local_to_global (const Vector &, \ + const std::vector &, \ + VectorType &) const; \ template void ConstraintMatrix::distribute(const VectorType &condensed,\ VectorType &uncondensed) const;\ template void ConstraintMatrix::distribute(VectorType &vec) const