]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fully qualify a namespace to make MS VC++ happy.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 02:51:28 +0000 (02:51 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 02:51:28 +0000 (02:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@32213 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/vector.h

index 8dae825247d238d7c97a6408a8d82ba305bfad88..ceea283c5d56cd649ec28b3520e72225e00dec28 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 1999 - 2013 by the deal.II authors
+// Copyright (C) 1999 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -1233,7 +1233,7 @@ inline
 Vector<Number> &
 Vector<Number>::operator = (const Vector<Number> &v)
 {
-  internal::Vector::copy_vector (v, *this);
+  dealii::internal::Vector::copy_vector (v, *this);
   return *this;
 }
 

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.