]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Correct indentation
authorJonathan Robey <class4kayaker@gmail.com>
Tue, 6 Aug 2019 23:01:50 +0000 (17:01 -0600)
committerJonathan Robey <class4kayaker@gmail.com>
Tue, 6 Aug 2019 23:01:50 +0000 (17:01 -0600)
tests/lac/block_matrices_05.cc

index 8a3a2f1c7d2d81457395cc6abbb1042c56f67d67..d85fd20551227a1600e8c664f0849aef217e87cb 100644 (file)
@@ -53,15 +53,16 @@ main()
 
   for (unsigned int i = 0; i < bsm.m(); ++i)
     for (unsigned int j = 0; j < bsm.n(); ++j)
-    {
-      bsm.add(i, j,  1.0);
-    }
+      {
+        bsm.add(i, j, 1.0);
+      }
 
-  const double accuracy = 1e-12;
+  const double accuracy          = 1e-12;
   const double correct_frob_norm = 10.0;
-  const double frob_norm = bsm.frobenius_norm();
+  const double frob_norm         = bsm.frobenius_norm();
 
-  Assert(std::fabs(frob_norm - correct_frob_norm) < accuracy, ExcInternalError());
+  Assert(std::fabs(frob_norm - correct_frob_norm) < accuracy,
+         ExcInternalError());
 
   deallog << "OK" << std::endl;
   deallog << std::flush;

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.