From 56d1188c95d07a97c005e629aa45289eb9cb14e3 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 30 Oct 2009 08:11:34 +0000 Subject: [PATCH] Need to modify the using ::gemm construct because of changed namespace in lapack_templates. git-svn-id: https://svn.dealii.org/trunk@20012 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.templates.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.templates.h b/deal.II/lac/include/lac/full_matrix.templates.h index 337579545b..a230d25674 100644 --- a/deal.II/lac/include/lac/full_matrix.templates.h +++ b/deal.II/lac/include/lac/full_matrix.templates.h @@ -544,7 +544,7 @@ namespace internal // LAPACK. namespace gemm_switch { - using ::gemm; + using ::dealii::gemm; template void @@ -1731,7 +1731,7 @@ namespace internal // LAPACK. namespace getrf_switch { - using ::getrf; + using ::dealii::getrf; template void @@ -1741,7 +1741,7 @@ namespace internal } - using ::getri; + using ::dealii::getri; template void -- 2.39.5