From c7efdfcfaf91c2f6fdb380c9c55e06e12ef6745f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 23 Mar 2005 15:26:02 +0000 Subject: [PATCH] additional output git-svn-id: https://svn.dealii.org/trunk@10216 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/lapack.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/lac/lapack.cc b/tests/lac/lapack.cc index 0999e9b87f..31d5f1688b 100644 --- a/tests/lac/lapack.cc +++ b/tests/lac/lapack.cc @@ -61,6 +61,8 @@ int main() // results compare with same // operation for FullMatrix. deallog.push("Rect"); + + deallog << "operator= (const FullMatrix&) 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&) ok" << std::endl; deallog << "vmult ok" << std::endl; deallog << "vmult_add ok" << std::endl; deallog << "Tvmult ok" << std::endl; -- 2.39.5