From: Guido Kanschat Date: Tue, 21 Aug 2007 21:39:01 +0000 (+0000) Subject: reflect changes in FullMatrix X-Git-Tag: v8.0.0~10038 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8e5295e4e69774e9b115a354e578b96ff48c62;p=dealii.git reflect changes in FullMatrix git-svn-id: https://svn.dealii.org/trunk@15009 0785d39b-7218-0410-832d-ea1e28bc413d --- 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