From 8a71fceed33a9cb7c0b2a8cbf1e40093750990eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:22:38 +0000 Subject: [PATCH] Clarify. git-svn-id: https://svn.dealii.org/trunk@18959 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/49.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/trilinos/49.cc b/tests/trilinos/49.cc index 7fda29f65f..0ed9e1852d 100644 --- a/tests/trilinos/49.cc +++ b/tests/trilinos/49.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005, 2008 by the deal.II authors +// Copyright (C) 2004, 2005, 2008, 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 @@ //---------------------------- trilinos_49.cc --------------------------- -// check TrilinosWrappers::operator = (Vector) +// check TrilinosWrappers::operator = (dealii::Vector) #include "../tests.h" #include @@ -25,7 +25,7 @@ void test (TrilinosWrappers::Vector &v) { - Vector w (v.size()); + dealii::Vector w (v.size()); for (unsigned int i=0; i