]> https://gitweb.dealii.org/ - dealii.git/commitdiff
This is why I hate astyle so much. 1585/head
authorMatthias Maier <tamiko@43-1.org>
Sat, 12 Sep 2015 23:51:02 +0000 (18:51 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 12 Sep 2015 23:58:16 +0000 (18:58 -0500)
tests/base/tensor_mixing_types_01.cc
tests/base/tensor_mixing_types_02.cc

index 366a55e0870e1ba0164e3f77f96a9212dbe52363..788373f046d35704a3375ce236379bebba7bbfb1 100644 (file)
@@ -60,11 +60,11 @@ int main ()
 
     deallog << f + d << std::endl;
     deallog << f - d << std::endl;
-    deallog << f * d << std::endl;
+    deallog << f *d << std::endl;
 
     deallog << d + c << std::endl;
     deallog << d - c << std::endl;
-    deallog << d * c << std::endl;
+    deallog << d *c << std::endl;
 
     float f_scalar = 10.;
     deallog << (d * f_scalar) << std::endl;
@@ -88,11 +88,11 @@ int main ()
 
     deallog << f + d << std::endl;
     deallog << f - d << std::endl;
-    deallog << f * d << std::endl;
+    deallog << f *d << std::endl;
 
     deallog << d + c << std::endl;
     deallog << d - c << std::endl;
-    deallog << d * c << std::endl;
+    deallog << d *c << std::endl;
 
     float f_scalar = 10.;
     deallog << (d * f_scalar) << std::endl;
index f253f4c17d13880d86a364b50b5a6983517f614c..a34e21ca38a72cc7aff47ed892b3e1448998b05a 100644 (file)
@@ -36,11 +36,11 @@ int main ()
 
   deallog << f1 + d1 << std::endl;
   deallog << f1 - d1 << std::endl;
-  deallog << f1 * d1 << std::endl;
+  deallog << f1 *d1 << std::endl;
 
   deallog << d1 + c1 << std::endl;
   deallog << d1 - c1 << std::endl;
-  deallog << d1 * c1 << std::endl;
+  deallog << d1 *c1 << std::endl;
 
   deallog << (d1 * f_scalar) << std::endl;
   deallog << (d1 / f_scalar) << std::endl;
@@ -68,11 +68,11 @@ int main ()
 
   deallog << f2 + d2 << std::endl;
   deallog << f2 - d2 << std::endl;
-  deallog << f2 * d2 << std::endl;
+  deallog << f2 *d2 << std::endl;
 
   deallog << d2 + c2 << std::endl;
   deallog << d2 - c2 << std::endl;
-  deallog << d2 * c2 << std::endl;
+  deallog << d2 *c2 << std::endl;
 
   deallog << (d2 * f_scalar) << std::endl;
   deallog << (d2 / f_scalar) << std::endl;
@@ -100,11 +100,11 @@ int main ()
 
   deallog << f3 + d3 << std::endl;
   deallog << f3 - d3 << std::endl;
-  deallog << f3 * d3 << std::endl;
+  deallog << f3 *d3 << std::endl;
 
   deallog << d3 + c3 << std::endl;
   deallog << d3 - c3 << std::endl;
-  deallog << d3 * c3 << std::endl;
+  deallog << d3 *c3 << std::endl;
 
   deallog << (d3 * f_scalar) << std::endl;
   deallog << (d3 / f_scalar) << std::endl;

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.