Skip to content

Commit

Permalink
Merge pull request #85 from xzackli/recfaster
Browse files Browse the repository at this point in the history
recfast improvements
  • Loading branch information
xzackli authored Apr 8, 2023
2 parents d205ad1 + 1441649 commit 3bee78f
Show file tree
Hide file tree
Showing 5 changed files with 9,620 additions and 380 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NaturallyUnitful = "872cf16e-200e-11e9-2cdf-8bb39cfbec41"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
NumericalIntegration = "e7bfaba1-d571-5449-8927-abc22e82249b"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Expand Down
2 changes: 1 addition & 1 deletion src/Bolt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export z2a, a2z, x2a, a2x, z2x, x2z, to_ui, from_ui, dxdq

using Parameters
using Unitful, UnitfulAstro
using NLsolve
using NonlinearSolve
using OrdinaryDiffEq
using Interpolations
using OffsetArrays
Expand Down
Loading

0 comments on commit 3bee78f

Please sign in to comment.