]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clarify.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 Jun 2009 16:22:38 +0000 (16:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 Jun 2009 16:22:38 +0000 (16:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@18959 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/49.cc

index 7fda29f65f84ab02f2b2e20f6bae1e434e63cde2..0ed9e1852d7b9beb721b069740e0d558724c7243 100644 (file)
@@ -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<PetscVector>)
+// check TrilinosWrappers::operator = (dealii::Vector<TrilinosScalar>)
 
 #include "../tests.h" 
 #include <base/utilities.h>
@@ -25,7 +25,7 @@
 
 void test (TrilinosWrappers::Vector &v)
 {
-  Vector<TrilinosScalar> w (v.size());
+  dealii::Vector<TrilinosScalar> w (v.size());
 
   for (unsigned int i=0; i<w.size(); ++i)
     w(i) = i;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.