]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify a number of names fully to make MS VS++ happy.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Apr 2014 21:33:07 +0000 (21:33 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Apr 2014 21:33:07 +0000 (21:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@32753 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/aligned_vector.h

index 06031a4fbe72ecf008104574327d7397e82b3205..07f1a24ecbf76f34982eda8651a71378aed557e8 100644 (file)
@@ -505,7 +505,7 @@ AlignedVector<T>::resize (const size_type size_in,
   // now _size is set correctly, need to set the
   // values
   if (size_in > old_size)
-    internal::AlignedVectorSet<T> (size_in-old_size, init, _data+old_size);
+    dealii::internal::AlignedVectorSet<T> (size_in-old_size, init, _data+old_size);
 }
 
 
@@ -648,7 +648,7 @@ inline
 void
 AlignedVector<T>::fill (const T &value)
 {
-  internal::AlignedVectorSet<T> (size(), value, _data);
+  dealii::internal::AlignedVectorSet<T> (size(), value, _data);
 }
 
 

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.