Skip to content

Commit

Permalink
make arbitrary_precision_available public
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Leucke committed Mar 26, 2024
1 parent d49234b commit 0d7024c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GX-AnalyticContinuation/api/gx_ac.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module gx_ac
params, &
create_thiele_pade, &
evaluate_thiele_pade_at, &
free_params
free_params, &
arbitrary_precision_available

!> brief store the parameters of the tiehle pade model
!> (potentially in abitrary precision floats using GMP)
Expand Down

0 comments on commit 0d7024c

Please sign in to comment.