From 3078768320ceb6406ebdb63267813bf602a58c25 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 8 Jul 2003 20:51:58 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@7858 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 6167cd3375..740dd598a8 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -102,10 +102,11 @@ class FETools * denotes the dual solution. */ template - static void get_interpolation_difference_matrix( - const FiniteElement &fe1, - const FiniteElement &fe2, - FullMatrix &difference_matrix); + static + void + get_interpolation_difference_matrix(const FiniteElement &fe1, + const FiniteElement &fe2, + FullMatrix &difference_matrix); /** * Gives the interpolation of a the -- 2.39.5