From ae243bbb961b69cb25458e8662d9881b400b98ca Mon Sep 17 00:00:00 2001 From: Joscha Gedicke Date: Mon, 7 Mar 2016 18:43:15 +0100 Subject: [PATCH] add two more empty lines between old and new function --- include/deal.II/lac/constraint_matrix.templates.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/constraint_matrix.templates.h b/include/deal.II/lac/constraint_matrix.templates.h index 2d00c80a9d..a87fffb115 100644 --- a/include/deal.II/lac/constraint_matrix.templates.h +++ b/include/deal.II/lac/constraint_matrix.templates.h @@ -615,7 +615,6 @@ ConstraintMatrix::set_zero (VectorType &vec) const - template void ConstraintMatrix:: @@ -627,6 +626,8 @@ distribute_local_to_global (const Vector &local_vector, distribute_local_to_global(local_vector,local_dof_indices,local_dof_indices, global_vector, local_matrix); } + + template void ConstraintMatrix:: -- 2.39.5