]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MSVC fix -> add 'dealii::' root namespace explicitely where MSVC fails to understand... 1612/head
authorLukas Korous <lukas.korous@gmail.com>
Tue, 15 Sep 2015 15:29:37 +0000 (17:29 +0200)
committerLukas Korous <lukas.korous@gmail.com>
Tue, 15 Sep 2015 15:29:37 +0000 (17:29 +0200)
include/deal.II/base/tensor.h

index 1f75f7a7da1c0e7bd3b0cfe31374acde911c0e07..5c7e3144116eb4138b446b09da6aecf3049359e6 100644 (file)
@@ -892,7 +892,7 @@ inline
 typename Tensor<rank_,dim,Number>::value_type &
 Tensor<rank_,dim,Number>::operator[] (const unsigned int i)
 {
-  return internal::TensorSubscriptor::subscript(values, i, internal::int2type<dim>());
+  return dealii::internal::TensorSubscriptor::subscript(values, i, dealii::internal::int2type<dim>());
 }
 
 
@@ -901,7 +901,7 @@ inline
 const typename Tensor<rank_,dim,Number>::value_type &
 Tensor<rank_,dim,Number>::operator[] (const unsigned int i) const
 {
-  return internal::TensorSubscriptor::subscript(values, i, internal::int2type<dim>());
+  return dealii::internal::TensorSubscriptor::subscript(values, i, dealii::internal::int2type<dim>());
 }
 
 

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.