From a24b92d34eaa6b0f3ba7afda01a01c80a7cff325 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:39:35 +0000 Subject: [PATCH] Fix missing word. git-svn-id: https://svn.dealii.org/trunk@18963 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc/50.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/petsc/50.cc b/tests/petsc/50.cc index 5f4f0876c9..0ac1344861 100644 --- a/tests/petsc/50.cc +++ b/tests/petsc/50.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2009 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_50.cc --------------------------- -// check PETScWrappers::operator = (Vector) with T!=PetscScalar +// check PETScWrappers::Vector::operator = (Vector) with T!=PetscScalar #include "../tests.h" #include -- 2.39.5