From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:22:38 +0000 (+0000) Subject: Clarify. X-Git-Tag: v8.0.0~7591 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a71fceed33a9cb7c0b2a8cbf1e40093750990eb;p=dealii.git Clarify. git-svn-id: https://svn.dealii.org/trunk@18959 0785d39b-7218-0410-832d-ea1e28bc413d --- 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