From 568240195bbfe31418a05337ffdce264c90d0bbb Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 15 Mar 2004 22:16:33 +0000 Subject: [PATCH] Add a missing space. git-svn-id: https://svn.dealii.org/trunk@8751 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_constraints.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5