Skip to content

Commit

Permalink
typo cakley -> cayley
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Dec 14, 2023
1 parent 30701d3 commit 1d2fd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kyosu/types/impl/bessel/sb_ikn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace kyosu::_
}
else
{
return cakley_extend(sph_bessel_i2_0, z);
return cayley_extend(sph_bessel_i2_0, z);
}
}

Expand All @@ -184,7 +184,7 @@ namespace kyosu::_
}
else
{
return cakley_extend(sph_bessel_i2_1, z);
return cayley_extend(sph_bessel_i2_1, z);
}
}

Expand Down

0 comments on commit 1d2fd6c

Please sign in to comment.