]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix derivative form test by outputting numbers with spaces 4514/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 14 Jun 2017 06:43:52 +0000 (08:43 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 14 Jun 2017 06:43:52 +0000 (08:43 +0200)
tests/base/derivative_forms_04.cc
tests/base/derivative_forms_04.output

index 19743f655bbc4f0c71bd097578d5c8f19c7322af..88a674b34decab2d85af43fd82c79e69c1154ff3 100644 (file)
@@ -31,7 +31,8 @@ void test()
       }
 
   // output the determinants of these objects
-  deallog << "det(dF): " << dF.determinant() << std::endl;
+  deallog << "det(dF): " << dF.determinant().real() << " "
+          << dF.determinant().imag() << std::endl;
 }
 
 int main()
index 16e7b65d285c1cddb907d95ab61c455675f5980a..cb581ba201bcfc6180e9b0b930a218ecdb2d1ab2 100644 (file)
@@ -1,7 +1,7 @@
 
-DEAL::det(dF): (1.00000,1.00000)
-DEAL::det(dF): (2.23607,2.23607)
-DEAL::det(dF): (3.74166,3.74166)
-DEAL::det(dF): (0.00000,-4.00000)
-DEAL::det(dF): (5.99952e-16,9.79796)
-DEAL::det(dF): (0.00000,0.00000)
+DEAL::det(dF): 1.00000 1.00000
+DEAL::det(dF): 2.23607 2.23607
+DEAL::det(dF): 3.74166 3.74166
+DEAL::det(dF): 0.00000 -4.00000
+DEAL::det(dF): 0.00000 9.79796
+DEAL::det(dF): 0.00000 0.00000

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.