]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 11 Feb 2015 23:04:38 +0000 (17:04 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 12 Feb 2015 13:31:44 +0000 (07:31 -0600)
include/deal.II/base/template_constraints.h

index a96716b9152d669f0ea15b251cc3d1556cbccb80..b2aa1fa9c3be366c8042e5674a163f5ab52e2a98 100644 (file)
@@ -354,7 +354,7 @@ template <typename T, typename U>
 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 <typename T>
 struct ProductType<T,double>
 {
-    typedef T type;
+  typedef T type;
 };
 
 template <typename T>
 struct ProductType<T,bool>
 {
-    typedef T type;
+  typedef T type;
 };
 
 template <typename T>
 struct ProductType<double,T>
 {
-    typedef T type;
+  typedef T type;
 };
 
 template <typename T>
 struct ProductType<bool, T>
 {
-    typedef T type;
+  typedef T type;
 };
 
 template <>
 struct ProductType<bool,double>
 {
-    typedef double type;
+  typedef double type;
 };
 
 template <>
 struct ProductType<double,bool>
 {
-    typedef double type;
+  typedef double type;
 };
 
 #endif
@@ -490,38 +490,38 @@ template <typename T>
 struct EnableIfScalar;
 
 
-template <> struct EnableIfScalar<double> 
+template <> struct EnableIfScalar<double>
 {
   typedef double type;
 };
 
 
-template <> struct EnableIfScalar<float> 
+template <> struct EnableIfScalar<float>
 {
   typedef float type;
 };
 
 
-template <> struct EnableIfScalar<long double> 
+template <> struct EnableIfScalar<long double>
 {
   typedef long double type;
 };
 
 
-template <> struct EnableIfScalar<int> 
+template <> struct EnableIfScalar<int>
 {
   typedef int type;
 };
 
 
-template <> struct EnableIfScalar<unsigned int> 
+template <> struct EnableIfScalar<unsigned int>
 {
   typedef unsigned int type;
 };
 
 
 
-template <typename T> struct EnableIfScalar<std::complex<T> > 
+template <typename T> struct EnableIfScalar<std::complex<T> >
 {
   typedef std::complex<T> type;
 };

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.