]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fully qualify some access to make MS Visual Studio happy.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Apr 2014 02:32:45 +0000 (02:32 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Apr 2014 02:32:45 +0000 (02:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@32780 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 07f1a24ecbf76f34982eda8651a71378aed557e8..0acf98798b43448dcefcd1e84968450bc55c6b3b 100644 (file)
@@ -546,8 +546,8 @@ AlignedVector<T>::reserve (const size_type size_alloc)
       _end_allocated = _data + new_size;
       if (_end_data != _data)
         {
-          internal::AlignedVectorMove<T>(new_data, new_data + old_size,
-                                         _data);
+          dealii::internal::AlignedVectorMove<T>(new_data, new_data + old_size,
+                                                _data);
 #if DEAL_II_COMPILER_VECTORIZATION_LEVEL > 0
           _mm_free(new_data);
 #else

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.