]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix testcase.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Mar 2005 23:53:30 +0000 (23:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Mar 2005 23:53:30 +0000 (23:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@10316 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/symmetric_tensor_07.cc

index 5e0bf580605548039fde8bfc6e306b3c2adce0be..01c3efacc85875fd4028b1720e6002140c1a68ec 100644 (file)
@@ -28,8 +28,8 @@
 template <int dim>
 void test ()
 {
-  const double lambda = 5,
-              mu     = 7;
+  const double lambda = 7,
+              mu     = 5;
   SymmetricTensor<4,dim> ts;
   Tensor<4,dim>          ta;
   for (unsigned int i=0; i<dim; ++i)
@@ -56,7 +56,7 @@ void test ()
        Assert (as[i][j] == aa[i][j], ExcInternalError());
        Assert (bs[i][j] == ba[i][j], ExcInternalError());
 
-       deallog << as[i][j] << ' ' << bs[i][i] << std::endl;
+       deallog << as[i][j] << ' ' << bs[i][j] << std::endl;
       }
 
                                   // test distributivity of

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.