]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clarify namespace in double_contraction of SymmetricTensor 1923/head
authorTimo Heister <timo.heister@gmail.com>
Sat, 28 Nov 2015 20:40:29 +0000 (15:40 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sat, 28 Nov 2015 20:40:29 +0000 (15:40 -0500)
MSVC stumbled over this.

include/deal.II/base/symmetric_tensor.h

index fc31e576ad5a943ece595588e6f2f0e390320c06..2f98689dd32175c1d3bea1f71be2f118fc68f9cb 100644 (file)
@@ -1208,7 +1208,7 @@ namespace internal
     Number tmp [data_dim];
     for (unsigned int i=0; i<data_dim; ++i)
       tmp[i] = perform_double_contraction<dim,Number>(data[i], sdata);
-    return SymmetricTensor<2,dim,Number>(tmp);
+    return dealii::SymmetricTensor<2,dim,Number>(tmp);
   }
 
 

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.