From 9b35ca7ed3c9133fdfa68cfc353e49ecee3ab6fb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 11 Feb 2015 17:04:38 -0600 Subject: [PATCH] Indent. --- include/deal.II/base/template_constraints.h | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index a96716b915..b2aa1fa9c3 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -354,7 +354,7 @@ template struct ProductType { #ifdef DEAL_II_WITH_CXX11 - typedef decltype(T() * U()) type; + typedef decltype(T() * U()) type; #endif }; @@ -363,37 +363,37 @@ struct ProductType template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template <> struct ProductType { - typedef double type; + typedef double type; }; template <> struct ProductType { - typedef double type; + typedef double type; }; #endif @@ -490,38 +490,38 @@ template struct EnableIfScalar; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef double type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef float type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef long double type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef int type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef unsigned int type; }; -template struct EnableIfScalar > +template struct EnableIfScalar > { typedef std::complex type; }; -- 2.39.5