From 45a95f78dbd2632573b38415df8d2f2f27a57934 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 21 Aug 2007 21:39:01 +0000 Subject: [PATCH] reflect changes in FullMatrix git-svn-id: https://svn.dealii.org/trunk@15009 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_common.cc | 4 ++-- tests/lac/full_matrix.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bits/fe_tools_common.cc b/tests/bits/fe_tools_common.cc index 8c384d1337..21ff771d59 100644 --- a/tests/bits/fe_tools_common.cc +++ b/tests/bits/fe_tools_common.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -65,7 +65,7 @@ output_matrix (const FullMatrix &m) deallog << m.l1_norm() << ' ' << m.linfty_norm() << std::endl; if (m.m() == m.n()) - deallog << m.norm2() << std::endl; + deallog << m.frobenius_norm() << std::endl; for (unsigned int i=0; i