]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Need to modify the using ::gemm construct because of changed namespace in lapack_temp...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Oct 2009 08:11:34 +0000 (08:11 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Oct 2009 08:11:34 +0000 (08:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@20012 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.templates.h

index 337579545b5dd0d6eabf11dec6091fe5d4372ce4..a230d25674776afdc5a633129e1679ddeaed19d0 100644 (file)
@@ -544,7 +544,7 @@ namespace internal
                                   // LAPACK.
   namespace gemm_switch
   {
-    using ::gemm;
+    using ::dealii::gemm;
 
     template <typename T, typename T2>
     void
@@ -1731,7 +1731,7 @@ namespace internal
                                   // LAPACK.
   namespace getrf_switch
   {
-    using ::getrf;
+    using ::dealii::getrf;
 
     template <typename T>
     void
@@ -1741,7 +1741,7 @@ namespace internal
     }
     
 
-    using ::getri;
+    using ::dealii::getri;
 
     template <typename T>
     void

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.