Skip to content

Commit

Permalink
hn typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Dec 13, 2023
1 parent 901fffc commit 335bcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kyosu/types/impl/bessel/cb_hn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ namespace kyosu::_
auto cb_h12n(N n, Z z, R & h1s, R& h2s) noexcept
{
auto an = abs(n);
EVE_ASSERT(std::size(cjv) > size_t(an), "not room enough in js");
EVE_ASSERT(std::size(cyv) > size_t(an), "not room enough in ys");
EVE_ASSERT(std::size(h1s) > size_t(an), "not room enough in h1s");
EVE_ASSERT(std::size(h2s) > size_t(an), "not room enough in h2s");
cb_jyn(n, z, h1s, h2s);
for(int i=0; i <= an; ++i)
{
Expand Down

0 comments on commit 335bcab

Please sign in to comment.