From 672bda9b2ad25f62704b94f67114ee333044776a Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 4 Nov 2007 22:21:06 +0000 Subject: [PATCH] Fix a comment git-svn-id: https://svn.dealii.org/trunk@15442 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/vector_32.cc | 4 ++-- tests/petsc/petsc_32.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bits/vector_32.cc b/tests/bits/vector_32.cc index 0ae291e441..209eaf83e8 100644 --- a/tests/bits/vector_32.cc +++ b/tests/bits/vector_32.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,7 +12,7 @@ //---------------------------- vector_32.cc --------------------------- -// check Vector::l2_norm() +// check Vector::mean_value() #include "../tests.h" #include diff --git a/tests/petsc/petsc_32.cc b/tests/petsc/petsc_32.cc index 544c515f59..bdac16821f 100644 --- a/tests/petsc/petsc_32.cc +++ b/tests/petsc/petsc_32.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,7 +12,7 @@ //---------------------------- petsc_32.cc --------------------------- -// check PETScWrappers::Vector::l2_norm() +// check PETScWrappers::Vector::mean_value() #include "../tests.h" #include -- 2.39.5