]> https://gitweb.dealii.org/ - dealii.git/commitdiff
additional output
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 23 Mar 2005 15:26:02 +0000 (15:26 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
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

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;

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.