Skip to content

Commit

Permalink
bessel_h
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Nov 5, 2023
1 parent 793cc22 commit 5a83221
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/kyosu/types/impl/bessel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <kyosu/types/impl/detail/bessel_j.hpp>
#include <kyosu/types/impl/detail/bessel_i.hpp>
#include <kyosu/types/impl/detail/bessel_y.hpp>
#include <kyosu/types/impl/detail/besselhn.hpp>
#include <kyosu/types/impl/detail/bessel_h.hpp>
#include <kyosu/types/impl/detail/bessel_k.hpp>

#include <kyosu/types/impl/detail/cylseq.hpp>
2 changes: 1 addition & 1 deletion include/kyosu/types/impl/detail/bessel_k.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
//======================================================================================================================
#pragma once
#include <kyosu/types/impl/detail/besselhn.hpp>
#include <kyosu/types/impl/detail/bessel_h.hpp>

namespace kyosu::_
{
Expand Down

0 comments on commit 5a83221

Please sign in to comment.