]> https://gitweb.dealii.org/ - dealii.git/commitdiff
break indenting to make astyle happy 2029/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 30 Dec 2015 17:33:30 +0000 (18:33 +0100)
committerMatthias Maier <tamiko@43-1.org>
Wed, 30 Dec 2015 17:33:30 +0000 (18:33 +0100)
tests/lac/linear_operator_08a.cc

index ff2b7b43f1709fa12232ca805dca1a94fd25beea..d7ebf647767ff1be5d86bb57b9991e5edd40261d 100644 (file)
@@ -70,15 +70,15 @@ int main()
   for (unsigned int j = 0; j < 1000; ++j)
     {
       // test Tvmult:
-      residual = lo_A_inv_t * b;
+      residual = lo_A_inv_t *b;
       residual -= answer;
       if (residual.l2_norm() > 1e-10)
-          ++n_mistakes;
+        ++n_mistakes;
 
       // test Tvmult_add:
-      residual = lo_A_inv_t * b - answer;
+      residual = lo_A_inv_t *b - answer;
       if (residual.l2_norm() > 1e-10)
-          ++n_mistakes;
+        ++n_mistakes;
     }
 
   deallog.depth_file(3);

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.