Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Jan 10, 2024
1 parent b696421 commit 88ab342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pkg.add("Documenter")
using Documenter, Kinetic
using Kinetic: KitBase, KitML
using Kinetic.KitBase: ib_rh, ib_sod, ib_briowu, ib_cavity
using Kinetic.KitBase: newton_cotes, quadrature_weights
using Kinetic.KitBase: newton_cotes, triangle_weights
using Kinetic.KitBase: em_coefficients, advection_flux, burgers_flux, euler_flux, euler_jacobi
using Kinetic.KitBase: gauss_moments, mixture_gauss_moments, pdf_slope, mixture_pdf_slope, moments_conserve_slope, mixture_moments_conserve_slope
using Kinetic.KitBase: aap_hs_diffeq!
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api_phase.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
newton_cotes
legendre_quadrature
octa_quadrature
quadrature_weights
triangle_weights
```

0 comments on commit 88ab342

Please sign in to comment.