Skip to content

Commit

Permalink
suppressing temporarily logs of bessel
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Nov 2, 2023
1 parent 1b877c5 commit 4bc75ff
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 608 deletions.
12 changes: 6 additions & 6 deletions include/kyosu/functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
#include <kyosu/functions/cyl_bessel_k1.hpp>
#include <kyosu/functions/cyl_bessel_kn.hpp>

#include <kyosu/functions/cyl_lbessel_j0.hpp>
#include <kyosu/functions/cyl_lbessel_j1.hpp>
#include <kyosu/functions/cyl_lbessel_jn.hpp>
#include <kyosu/functions/cyl_lbessel_i0.hpp>
#include <kyosu/functions/cyl_lbessel_i1.hpp>
#include <kyosu/functions/cyl_lbessel_in.hpp>
// #include <kyosu/functions/cyl_lbessel_j0.hpp>
// #include <kyosu/functions/cyl_lbessel_j1.hpp>
// #include <kyosu/functions/cyl_lbessel_jn.hpp>
// #include <kyosu/functions/cyl_lbessel_i0.hpp>
// #include <kyosu/functions/cyl_lbessel_i1.hpp>
// #include <kyosu/functions/cyl_lbessel_in.hpp>
#include <kyosu/functions/dec.hpp>
#include <kyosu/functions/deta.hpp>
#include <kyosu/functions/digamma.hpp>
Expand Down
12 changes: 6 additions & 6 deletions include/kyosu/types/impl/bessel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
#include <kyosu/types/impl/detail/besselhn.hpp>
#include <kyosu/types/impl/detail/besselkn.hpp>

#include <kyosu/types/impl/detail/ljn.hpp>
#include <kyosu/types/impl/detail/lj0.hpp>
#include <kyosu/types/impl/detail/lj1.hpp>
#include <kyosu/types/impl/detail/lin.hpp>
#include <kyosu/types/impl/detail/li0.hpp>
#include <kyosu/types/impl/detail/li1.hpp>
// #include <kyosu/types/impl/detail/ljn.hpp>
// #include <kyosu/types/impl/detail/lj0.hpp>
// #include <kyosu/types/impl/detail/lj1.hpp>
// #include <kyosu/types/impl/detail/lin.hpp>
// #include <kyosu/types/impl/detail/li0.hpp>
// #include <kyosu/types/impl/detail/li1.hpp>
29 changes: 0 additions & 29 deletions include/kyosu/types/impl/detail/li0.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions include/kyosu/types/impl/detail/li1.hpp

This file was deleted.

38 changes: 0 additions & 38 deletions include/kyosu/types/impl/detail/lin.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions include/kyosu/types/impl/detail/lj0.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions include/kyosu/types/impl/detail/lj1.hpp

This file was deleted.

47 changes: 0 additions & 47 deletions include/kyosu/types/impl/detail/ljn.hpp

This file was deleted.

18 changes: 0 additions & 18 deletions test/doc/cyl_lbessel_i0.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions test/doc/cyl_lbessel_i1.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions test/doc/cyl_lbessel_in.cpp

This file was deleted.

33 changes: 0 additions & 33 deletions test/doc/cyl_lbessel_j0.cpp

This file was deleted.

19 changes: 0 additions & 19 deletions test/doc/cyl_lbessel_j1.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions test/doc/cyl_lbessel_jn.cpp

This file was deleted.

Loading

0 comments on commit 4bc75ff

Please sign in to comment.