]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove manual additions to LAPACK templates 10702/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 13 Jul 2020 16:31:50 +0000 (12:31 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 13 Jul 2020 16:42:29 +0000 (12:42 -0400)
include/deal.II/lac/lapack_templates.h

index fde6c6ed31ede478bec6df2a7e889c588a76e89c..3fb5d0288554ac29e23ebef6c46d2b8c60ce4e3d 100644 (file)
@@ -5910,48 +5910,6 @@ trtrs(const char *                   uplo,
 #endif // DEAL_II_WITH_LAPACK
 }
 
-
-
-// These overloads of lamch were added for 9.0 but are replaced by the
-// automatically generated versions provided above. These are manual additions
-// and should be kept even if this file is regenerated.
-template <typename number>
-DEAL_II_DEPRECATED inline void
-lamch(const char *, number &)
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-
-DEAL_II_DEPRECATED
-inline void
-lamch(const char *cmach, float &precision)
-{
-#ifdef DEAL_II_WITH_LAPACK
-  precision = slamch_(cmach);
-#else
-  (void)cmach;
-  (void)precision;
-  Assert(false, LAPACKSupport::ExcMissing("slamch"));
-#endif // DEAL_II_WITH_LAPACK
-}
-
-
-
-DEAL_II_DEPRECATED
-inline void
-lamch(const char *cmach, double &precision)
-{
-#ifdef DEAL_II_WITH_LAPACK
-  precision = dlamch_(cmach);
-#else
-  (void)cmach;
-  (void)precision;
-  Assert(false, LAPACKSupport::ExcMissing("dlamch"));
-#endif // DEAL_II_WITH_LAPACK
-}
-
 DEAL_II_NAMESPACE_CLOSE
 
 #endif

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.