]> https://gitweb.dealii.org/ - dealii.git/commitdiff
base/std_cxx17: remove std::cyl_bessel_jl boost substitutes
authorMatthias Maier <tamiko@43-1.org>
Mon, 8 Jan 2024 14:32:42 +0000 (08:32 -0600)
committerMatthias Maier <tamiko@43-1.org>
Mon, 8 Jan 2024 14:32:42 +0000 (08:32 -0600)
include/deal.II/base/std_cxx17/cmath.h

index fd6a694a6a97867bf3a2cf7705af9d9ae57faf85..2e4d3dc777c9b5d3829bb4414ac6ce5342d8df37 100644 (file)
@@ -55,18 +55,9 @@ namespace std_cxx17
     return boost::math::cyl_bessel_j(nu, x);
   }
 
-
-
-  inline long double
-  cyl_bessel_jl(long double nu, long double x)
-  {
-    return boost::math::cyl_bessel_j(nu, x);
-  }
-
 #else
   using std::cyl_bessel_j;
   using std::cyl_bessel_jf;
-  using std::cyl_bessel_jl;
 #endif
 
 #ifndef DEAL_II_HAVE_CXX17_LEGENDRE_FUNCTIONS

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.