]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused variable.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 09:11:09 +0000 (09:11 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 09:11:09 +0000 (09:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@10823 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/full_tensor_08.cc

index 58c574b0c5896365532c88b76d66614d89422e0b..e28e4b8d18904a1547cbd1c0dba417b1685f22dd 100644 (file)
@@ -31,7 +31,7 @@ void test ()
     for (unsigned int j=0; j<dim; ++j)
       t[i][j] = (1. + (i+lambda)*(mu+13));
          
-  Tensor<2,dim> a, b;
+  Tensor<2,dim> a;
   for (unsigned int i=0; i<dim; ++i)
     for (unsigned int j=0; j<dim; ++j)
       a[i][j] = (1. + (i+1)*(j+1));

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.