]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
additional output
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Mar 2005 15:26:02 +0000 (15:26 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Mar 2005 15:26:02 +0000 (15:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@10216 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/lapack.cc
tests/results/i686-pc-linux-gnu+gcc3.2/lac/lapack.output

index 0999e9b87f5b79f6d31b45df9a0dc3f45fda911a..31d5f1688bd5ab78f737cee24d794932fdd464ea 100644 (file)
@@ -61,6 +61,8 @@ int main()
                                   // results compare with same
                                   // operation for FullMatrix.
   deallog.push("Rect");
+
+  deallog << "operator= (const FullMatrix<number>&) ok" << std::endl;
   
   A.vmult(v1,u);
   LA.vmult(v2,u);
@@ -98,7 +100,10 @@ int main()
   v2.reinit(4);
   
 #else
+                                  // If lapack is not available, this
+                                  // test will not complain.
   deallog.push("Rect");
+  deallog << "operator= (const FullMatrix<number>&) ok" << std::endl;
   deallog << "vmult ok" << std::endl;
   deallog << "vmult_add ok" << std::endl;
   deallog << "Tvmult ok" << std::endl;
index 349a02b4506c7c7350ddc913f73474e153e0ddff..f03da6ec292e4488e7f507f16d5c3e5309a1f823 100644 (file)
@@ -1,4 +1,5 @@
 
+DEAL:Rect::operator= (const FullMatrix<number>&) ok
 DEAL:Rect::vmult ok
 DEAL:Rect::vmult_add ok
 DEAL:Rect::Tvmult ok

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.